DefinitelyTyped/types/pre-suf/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) a0a52a6a3d
feat(pre-suf): new type definition (#43866)
- declaration file
- tests

https://github.com/kaelzhang/node-pre-suf

Thanks!
2020-04-13 15:27:17 -07:00

24 lines
488 B
JSON

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