diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-22 20:23:22 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-22 20:23:22 +0530 |
commit | 55c5f64755e5d964603f4cc60bdf1ceeccf7df21 (patch) | |
tree | 54af4d034c43ac2755892b7a8d463c8e20b30c98 /tsconfig.json | |
parent | 39093b0522c0f153f7f212c6b3088b359d5cb114 (diff) |
removed typescript "bloat"
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index a273b0c..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "compilerOptions": { - "target": "es5", - "lib": [ - "dom", - "dom.iterable", - "esnext" - ], - "allowJs": true, - "skipLibCheck": true, - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "strict": true, - "forceConsistentCasingInFileNames": true, - "noFallthroughCasesInSwitch": true, - "module": "esnext", - "moduleResolution": "node", - "resolveJsonModule": true, - "isolatedModules": true, - "noEmit": true, - "jsx": "react-jsx" - }, - "include": [ - "src" - ] -} |