diff options
Diffstat (limited to 'FrontEnd/src/tsconfig.json')
-rw-r--r-- | FrontEnd/src/tsconfig.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/FrontEnd/src/tsconfig.json b/FrontEnd/src/tsconfig.json deleted file mode 100644 index 21989043..00000000 --- a/FrontEnd/src/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{
- "compilerOptions": {
- "target": "ES6",
- "allowJs": true,
- "skipLibCheck": true,
- "esModuleInterop": true,
- "allowSyntheticDefaultImports": true,
- "strict": true,
- "forceConsistentCasingInFileNames": true,
- "module": "esnext",
- "moduleResolution": "node",
- "resolveJsonModule": true,
- "isolatedModules": true,
- "jsx": "react",
- "sourceMap": true,
- "baseUrl": "./",
- "paths": {
- "@/*": ["app/*"]
- }
- }
-}
|