DefinitelyTyped/types/file-entry-cache/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) d964217529
feat(file-entry-cache): type definition v5.0 (#42760)
- new type definitions
- tests coverage

https://github.com/royriojas/file-entry-cache#usage

Thanks!
2020-03-02 11:09:43 -08:00

24 lines
497 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",
"file-entry-cache-tests.ts"
]
}