diff options
Diffstat (limited to 'node_modules/chrome-trace-event/tsconfig.json')
-rw-r--r-- | node_modules/chrome-trace-event/tsconfig.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/node_modules/chrome-trace-event/tsconfig.json b/node_modules/chrome-trace-event/tsconfig.json new file mode 100644 index 0000000..77887de --- /dev/null +++ b/node_modules/chrome-trace-event/tsconfig.json @@ -0,0 +1,28 @@ +{ + "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 |