Mercurial > code > home > repos > homeauto
view service/wifi/tsconfig.json @ 1464:32d134dbfb1e
start ts config files, but this doesn't share the streamed-graph code properly yet
Ignore-this: ef4e6fdf3369939b062caa5fdc2788e9
darcs-hash:e30e71ea5e8e9958c254c9210cdccde7a74b96bb
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 17 Dec 2019 23:16:53 -0800 |
parents | |
children | f424809cba8d |
line wrap: on
line source
{ "compilerOptions": { "alwaysStrict": true, "declaration": true, "experimentalDecorators": true, "lib": [ "es2017", "dom" ], "module": "commonjs", "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "declarationDir": "./build", "outDir": "./build/js", "strict": true, "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true, "target": "es6", "esModuleInterop": true, "types": [ "jest" ], "sourceMap": true, "baseUrl": "src", "paths": { "streamed-graph":["/tmp/sg/foo"] } } }