aboutsummaryrefslogtreecommitdiff
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-11-04 13:47:50 +0300
committerGitHub <noreply@github.com>2024-11-04 13:47:50 +0300
commiteae19bb1b047b3568e7a9a624b50e80886e56331 (patch)
treeaa3215377fd1a7714e4c5763f9abf9d7dc7def2b /frontend/tsconfig.json
parentfix: remove insert trigger on users, check insert user on login err (#224) (diff)
downloadlphub-eae19bb1b047b3568e7a9a624b50e80886e56331.tar.gz
lphub-eae19bb1b047b3568e7a9a624b50e80886e56331.tar.bz2
lphub-eae19bb1b047b3568e7a9a624b50e80886e56331.zip
feat/frontend: optimizing imports, file extensions (#230)
Co-authored-by: FifthWit <fifthwitbusiness@gmail.com>
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r--frontend/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
index ab0af5e..813525a 100644
--- a/frontend/tsconfig.json
+++ b/frontend/tsconfig.json
@@ -1,4 +1,5 @@
1{ 1{
2 "extends": "./tsconfig.paths.json",
2 "compilerOptions": { 3 "compilerOptions": {
3 "target": "es5", 4 "target": "es5",
4 "lib": [ 5 "lib": [
@@ -20,7 +21,7 @@
20 "resolveJsonModule": true, 21 "resolveJsonModule": true,
21 "isolatedModules": true, 22 "isolatedModules": true,
22 "noEmit": true, 23 "noEmit": true,
23 "jsx": "react-jsx" 24 "jsx": "react-jsx",
24 }, 25 },
25 "include": [ 26 "include": [
26 "src" 27 "src"