summaryrefslogtreecommitdiff
path: root/api/tsconfig.json
diff options
context:
space:
mode:
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"]
+}