diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2025-06-28 18:41:15 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2025-06-28 18:41:15 -0700 |
commit | ffcdb8b126c5267040ddc8f0304b153fa88755e5 (patch) | |
tree | 2b4dc37b743c12b6175022d68472974f2bcd831b /tsconfig.json |
local play, some physics
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 11 |
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"] +} |