diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/service/wifi/tsconfig.json	Tue Dec 17 23:16:53 2019 -0800
@@ -0,0 +1,32 @@
+{
+    "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"]
+        }
+    }
+}
\ No newline at end of file