Mercurial > code > home > repos > homeauto
view service/wifi/tsconfig.json @ 674:2b9865bf1737
streamed-graph finally imports and builds. polymer bindings don't work in a <dom-bind> though
Ignore-this: afcf4436ac3d7b88c0d7fc88de81d8e4
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jan 2020 00:23:36 -0800 |
parents | f2215949c0c9 |
children | 9ae34280218b |
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": [ "es6", "dom" ], "diagnostics": true, "traceResolution": true }, "include": ["src/**/*.ts"], // "exclude": ["src/**/*.test.ts"] }