DefinitelyTyped/types/is-secret/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) 56c9ebef90
🤖 Merge PR #46019 feat(is-secret): new type definition by @peterblazejewicz
This is a redo of staled #45475
The original PR author is listed here as the owner.
This commit redos details of original PR as per comments
- use default exports as per DT template and Don't/Do's
- use default `tslint.json` without non essential overrides

/cc @wrumsby

https://github.com/watson/is-secret#readme

Thanks!
2020-07-12 15:37:22 -04:00

24 lines
490 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",
"is-secret-tests.ts"
]
}