diff options
Diffstat (limited to 'Timeline/ClientApp/src/tsconfig.json')
-rw-r--r-- | Timeline/ClientApp/src/tsconfig.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Timeline/ClientApp/src/tsconfig.json b/Timeline/ClientApp/src/tsconfig.json deleted file mode 100644 index 320253fa..00000000 --- a/Timeline/ClientApp/src/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "compilerOptions": { - "target": "esnext", - "allowJs": true, - "skipLibCheck": true, - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "strict": true, - "forceConsistentCasingInFileNames": true, - "module": "esnext", - "moduleResolution": "node", - "resolveJsonModule": true, - "isolatedModules": true, - "noEmit": true, - "jsx": "react" - } -} |