Mercurial > code > home > repos > homeauto
view service/wifi/tsconfig.json @ 1544:33076ad439d1
fixes to TS and page build. remove some unused attempts at binding to <streamed-graph>
Ignore-this: dc4cd74d21fef101b32da824bbf60a00
darcs-hash:46f8164157442fb22e93a3e2062ffbcd20b43350
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 13 Feb 2020 10:17:54 -0800 |
parents | e188fd8351c0 |
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"] }