summaryrefslogtreecommitdiff
path: root/src/trace_viewer/tsconfig.json
diff options
context:
space:
mode:
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