This commit is contained in:
Milo Schwartz
2024-10-06 09:55:45 -04:00
parent 86e66f4236
commit 282203d9f2
20 changed files with 697 additions and 15634 deletions

View File

@@ -1,14 +1,14 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "./dist",
"noEmit": false,
"baseUrl": ".",
"paths": {
"@server/*": ["./server/*"]
}
"target": "ES2020",
"module": "commonjs",
"outDir": "./dist",
"noEmit": false,
"baseUrl": ".",
"paths": {
"@server/*": ["./server/*"]
}
},
"include": ["**/*.ts"]
}
}