Mercurial > code > home > repos > homeauto
view service/wifi/tsconfig.json @ 719:34343fb39fbe
update deps
Ignore-this: 1ffe01336632df9c487565fec4184c43
author | drewp@bigasterisk.com |
---|---|
date | Wed, 05 Feb 2020 00:18:20 -0800 |
parents | 50d66febeeb0 |
children | b267511ec4fc |
line wrap: on
line source
{ "compilerOptions": { "strict": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true, "alwaysStrict": true, "types": ["jest"], "module": "ES6", "target": "ES6", "moduleResolution": "node", "sourceMap": true, "declaration": true, "experimentalDecorators": true, "allowJs": true, "esModuleInterop": true, // "allowSyntheticDefaultImports": true, // "rootDir": ".", // "outDir": "./build", "baseUrl": "." // "emitDecoratorMetadata": true, // "lib": [ "dom" ], // "diagnostics": true, // "traceResolution": true }, "include": ["src/**/*.ts"] // "exclude": ["src/**/*.test.ts"] }