Mercurial > code > home > repos > homeauto
view service/wifi/tsconfig.json @ 1679:f88ff1021ee0
checkpoint service/wifi
author | drewp@bigasterisk.com |
---|---|
date | Mon, 27 Sep 2021 23:02:33 -0700 |
parents | b267511ec4fc |
children |
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","ES6","DOM.Iterable","ScriptHost", "ES2017.object" ], // "diagnostics": true, // "traceResolution": true }, "include": ["src/**/*.ts"] // "exclude": ["src/**/*.test.ts"] }