summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2025-06-28 18:41:15 -0700
committerKai Stevenson <kai@kaistevenson.com>2025-06-28 18:41:15 -0700
commitffcdb8b126c5267040ddc8f0304b153fa88755e5 (patch)
tree2b4dc37b743c12b6175022d68472974f2bcd831b /tsconfig.json
local play, some physics
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..944ab48
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,11 @@
+{
+ "compilerOptions": {
+ "lib": ["ES2022", "DOM"],
+ "module": "nodenext",
+ "moduleResolution": "nodenext",
+ "rootDir": "./src",
+ "allowSyntheticDefaultImports": true,
+ "strict": true
+ },
+ "include": ["src/**/*.ts"]
+}