summaryrefslogtreecommitdiff
path: root/api/tsconfig.json
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2025-06-28 13:36:02 -0700
committerKai Stevenson <kai@kaistevenson.com>2025-06-28 13:36:02 -0700
commit452ac1d2a9e238684605acc8820a4dd365e70cf8 (patch)
tree744d0d4fe08edc06ad8c0693f9444021d0aa00ea /api/tsconfig.json
parent6475f534e7bf457113dcc82d94bfb7ac413f71c4 (diff)
Diffstat (limited to 'api/tsconfig.json')
-rw-r--r--api/tsconfig.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/api/tsconfig.json b/api/tsconfig.json
new file mode 100644
index 0000000..c11147e
--- /dev/null
+++ b/api/tsconfig.json
@@ -0,0 +1,10 @@
+{
+ "compilerOptions": {
+ "lib": ["ES2022", "DOM"],
+ "module": "nodenext",
+ "moduleResolution": "nodenext",
+ "allowSyntheticDefaultImports": true,
+ "strict": true
+ },
+ "include": ["**/*.ts"]
+}