summaryrefslogtreecommitdiffstats
path: root/node_modules/chrome-trace-event/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/chrome-trace-event/tsconfig.json')
-rw-r--r--node_modules/chrome-trace-event/tsconfig.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/node_modules/chrome-trace-event/tsconfig.json b/node_modules/chrome-trace-event/tsconfig.json
deleted file mode 100644
index 77887de..0000000
--- a/node_modules/chrome-trace-event/tsconfig.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "compilerOptions": {
- "target": "es5",
- "module": "commonjs",
- "lib": [
- "es2015"
- ],
- "declaration": true,
- "sourceMap": true,
- "outDir": "./dist",
- "importHelpers": true,
- "strict": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "strictFunctionTypes": true,
- "strictPropertyInitialization": true,
- "noImplicitThis": true,
- "alwaysStrict": true,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
- "noImplicitReturns": true,
- "noFallthroughCasesInSwitch": true,
- "types": [
- "node"
- ],
- "esModuleInterop": true
- }
-} \ No newline at end of file