From ffcdb8b126c5267040ddc8f0304b153fa88755e5 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sat, 28 Jun 2025 18:41:15 -0700 Subject: local play, some physics --- tsconfig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') 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"] +} -- cgit v1.2.3-70-g09d2