Mercurial > code > home > repos > streamed-graph
diff tsconfig.json @ 80:7c93e17b1111
more fixes, more original code uncommented
author | drewp@bigasterisk.com |
---|---|
date | Wed, 17 Nov 2021 15:00:17 -0800 |
parents | b8e5850acca0 |
children | 6ec759f9009f |
line wrap: on
line diff
--- a/tsconfig.json Wed Nov 17 13:01:08 2021 -0800 +++ b/tsconfig.json Wed Nov 17 15:00:17 2021 -0800 @@ -20,7 +20,7 @@ "experimentalDecorators": true, "allowJs": true, "esModuleInterop": true, - "traceResolution": true, + // "traceResolution": true, // "allowSyntheticDefaultImports": true, // "rootDir": ".", // "outDir": "./build", @@ -28,6 +28,6 @@ // "emitDecoratorMetadata": true, // "lib": [ "es6", "dom" ], }, - "include": ["src/**/*.ts"] + "include": ["src/**/*.ts", "demo/demo.ts"], // "exclude": ["src/**/*.test.ts"] }