aboutsummaryrefslogtreecommitdiff
path: root/frontend/tsconfig.json
diff options
context:
space:
mode:
authorWolfboy248 <georgejvindkarlsen@gmail.com>2025-08-19 13:23:56 +0200
committerWolfboy248 <georgejvindkarlsen@gmail.com>2025-08-19 13:23:56 +0200
commit97be0afd140c7c9e1fd03ba5ab4e486d90907129 (patch)
treeab9dcf8ebab077b5fc7ab149c6ce8c13c21caaab /frontend/tsconfig.json
parentorganised pages, started work on theme (diff)
downloadlphub-97be0afd140c7c9e1fd03ba5ab4e486d90907129.tar.gz
lphub-97be0afd140c7c9e1fd03ba5ab4e486d90907129.tar.bz2
lphub-97be0afd140c7c9e1fd03ba5ab4e486d90907129.zip
organised pages, started work on theme
Diffstat (limited to '')
-rw-r--r--frontend/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
index a78cf3a..93af3f1 100644
--- a/frontend/tsconfig.json
+++ b/frontend/tsconfig.json
@@ -4,9 +4,10 @@
4 "lib": ["ES2020", "DOM", "DOM.Iterable"], 4 "lib": ["ES2020", "DOM", "DOM.Iterable"],
5 "module": "ESNext", 5 "module": "ESNext",
6 "skipLibCheck": true, 6 "skipLibCheck": true,
7 "moduleResolution": "bundler", 7 "moduleResolution": "node",
8 "allowImportingTsExtensions": true, 8 "allowImportingTsExtensions": true,
9 "resolveJsonModule": true, 9 "resolveJsonModule": true,
10 "allowSyntheticDefaultImports": true,
10 "isolatedModules": true, 11 "isolatedModules": true,
11 "noEmit": true, 12 "noEmit": true,
12 "jsx": "react-jsx", 13 "jsx": "react-jsx",