summaryrefslogtreecommitdiff
path: root/src/trace_viewer/tsconfig.json
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-02-01 15:27:18 +0000
committerAlasdair Armstrong2018-02-01 15:27:51 +0000
commit3630fd36d5963ec6e4299f52930db7c0d2cf2f01 (patch)
tree5edd2a66fd3610e290606f0875a2c3a07be4b332 /src/trace_viewer/tsconfig.json
parent4c47c3d2584783e6838fcaaf86c535d36038e74e (diff)
Remove trace viewer application from repository
Diffstat (limited to 'src/trace_viewer/tsconfig.json')
-rw-r--r--src/trace_viewer/tsconfig.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/trace_viewer/tsconfig.json b/src/trace_viewer/tsconfig.json
deleted file mode 100644
index e66156b3..00000000
--- a/src/trace_viewer/tsconfig.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "compileOnSave": true,
- "compilerOptions": {
- "target": "es5",
- "moduleResolution": "node",
- "pretty": true,
- "newLine": "LF",
- "allowSyntheticDefaultImports": true,
- "strict": true,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
- "sourceMap": true,
- "strictNullChecks": true,
- "skipLibCheck": true,
- "allowJs": true,
- "jsx": "preserve"
- }
-} \ No newline at end of file