summaryrefslogtreecommitdiff
path: root/app/tsconfig.json
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-07-16 10:07:06 +0700
committerpolwex <polwex@sortug.com>2025-07-16 10:07:06 +0700
commitff3078e93411c3467d797258744a7f17a7dbdf0a (patch)
treeb13df65dbae32a3298afc0ada39b73a7d8aa469d /app/tsconfig.json
parentb26f4a03e15feddeb4bee8c06cd5078c1a54e5c5 (diff)
m
Diffstat (limited to 'app/tsconfig.json')
-rw-r--r--app/tsconfig.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/tsconfig.json b/app/tsconfig.json
new file mode 100644
index 0000000..c85d769
--- /dev/null
+++ b/app/tsconfig.json
@@ -0,0 +1,17 @@
+{
+ "compilerOptions": {
+ "strict": true,
+ "target": "esnext",
+ "noEmit": true,
+ "isolatedModules": true,
+ "moduleDetection": "force",
+ "downlevelIteration": true,
+ "esModuleInterop": true,
+ "module": "esnext",
+ "moduleResolution": "bundler",
+ "skipLibCheck": true,
+ "noUncheckedIndexedAccess": true,
+ "exactOptionalPropertyTypes": true,
+ "jsx": "react-jsx"
+ }
+}