Initial content
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "@tsconfig/node20/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src/server",
|
||||
"outDir": "dist/server/",
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"include": ["src/server/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user