mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
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!
24 lines
490 B
JSON
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"
|
|
]
|
|
}
|