first commit
This commit is contained in:
9
tsconfig.server.json
Normal file
9
tsconfig.server.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"declaration": false
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["frontend/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user