mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-18 14:19:15 +00:00
Tests: TS: add back missing type checking
tsx does not run any type checking, hence a separate tsc step is needed . Also, fix resulting type issue caused by external lib types.
This commit is contained in:
7
test/typescript/tsconfig.test.json
Normal file
7
test/typescript/tsconfig.test.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true, // tested by tsx
|
||||
},
|
||||
"files": ["definitions.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user