diff options
| author | Nidboj132 <lol2s@vp.pl> | 2023-02-26 15:50:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 15:50:54 +0100 |
| commit | 8780500472e7f4c92840ab7e0725f1e6316bdca2 (patch) | |
| tree | f94771338a1a2185e218c8af10ce58d07a372979 /frontend | |
| parent | Update README.md (diff) | |
| download | lphub-8780500472e7f4c92840ab7e0725f1e6316bdca2.tar.gz lphub-8780500472e7f4c92840ab7e0725f1e6316bdca2.tar.bz2 lphub-8780500472e7f4c92840ab7e0725f1e6316bdca2.zip | |
Delete tsconfig.json
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/tsconfig.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json deleted file mode 100644 index 3d0a51a..0000000 --- a/frontend/tsconfig.json +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | { | ||
| 2 | "compilerOptions": { | ||
| 3 | "target": "ESNext", | ||
| 4 | "useDefineForClassFields": true, | ||
| 5 | "lib": ["DOM", "DOM.Iterable", "ESNext"], | ||
| 6 | "allowJs": false, | ||
| 7 | "skipLibCheck": true, | ||
| 8 | "esModuleInterop": false, | ||
| 9 | "allowSyntheticDefaultImports": true, | ||
| 10 | "strict": true, | ||
| 11 | "forceConsistentCasingInFileNames": true, | ||
| 12 | "module": "ESNext", | ||
| 13 | "moduleResolution": "Node", | ||
| 14 | "resolveJsonModule": true, | ||
| 15 | "isolatedModules": true, | ||
| 16 | "noEmit": true, | ||
| 17 | "jsx": "react-jsx" | ||
| 18 | }, | ||
| 19 | "include": ["src"], | ||
| 20 | "references": [{ "path": "./tsconfig.node.json" }] | ||
| 21 | } | ||