diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-02-26 20:44:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 20:44:37 +0300 |
| commit | 95caa9dc16cbefcb984ac7a70c5a05b66bab2230 (patch) | |
| tree | 3e9ae6888905b1a750ad855e3d5b46f70d062481 /frontend/tsconfig.json | |
| parent | actually add update profile route (#30) (diff) | |
| parent | Update package.json (diff) | |
| download | lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.tar.gz lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.tar.bz2 lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.zip | |
Merge pull request #32 from Nidboj132/main
frontend
Diffstat (limited to '')
| -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 | } | ||