diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index a6fa12f9b..000000000 --- a/tsconfig.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "compileOnSave": true, - "compilerOptions": { - "target": "ES6", - "jsx": "react", - "reactNamespace": "React", - "module": "commonjs", - "moduleResolution": "node", - "sourceMap": true, - "lib": [ - "es6", - "dom" - ], - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true, - "strict": true, - "strictPropertyInitialization": false, - "outDir": "dist/node", - "noImplicitAny": true, - "noImplicitThis": true, - "allowJs": true, - "checkJs": true, - "incremental": true, - "esModuleInterop": true, - "importHelpers": true - }, - "include": ["src/**/*"] -} |