DefinitelyTyped/types/level-ttl/tsconfig.json
Carson Farmer 5cce87d6b0 Adds types and tests for existing npm package level-ttl (#40931)
* feat: adds level-ttl types + tests

Signed-off-by: Carson Farmer <carson.farmer@gmail.com>

* fix: linter fixes

Signed-off-by: Carson Farmer <carson.farmer@gmail.com>
2019-12-16 13:18:45 +00:00

25 lines
523 B
JSON

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