DefinitelyTyped/types/openpgp/tsconfig.json
SardineFish 61cd541817 Rebuild full d.ts from jsdoc in the source code of openpgp. (#33940)
Correct some declarations.
Update tests for current td.ts.
2019-03-18 09:04:45 -07:00

25 lines
542 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6", "dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": false,
"allowSyntheticDefaultImports": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"openpgp-tests.ts"
]
}