Mercurial > code > home > repos > homeauto
view service/wifi/tsconfig.json @ 662:540dd68af9f2
start ts config files, but this doesn't share the streamed-graph code properly yet
Ignore-this: ef4e6fdf3369939b062caa5fdc2788e9
author | 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"] } } }