Files
DefinitelyTyped/types/lazy-property/tsconfig.json
Jan 9156059301 Lazy property (#38379)
* [lazy-property] added type definitions

* [lazy-property] fixed tests and lint
2019-09-16 12:29:55 -07:00

24 lines
494 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",
"lazy-property-tests.ts"
]
}