This commit is contained in:
Ian Gulliver
2024-12-21 06:35:49 -08:00
parent 06495d9258
commit 050d716a3c
5 changed files with 22 additions and 2 deletions

9
tsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"strict": true,
"outDir": "static"
},
"include": ["ts"],
}