initial commit
This commit is contained in:
20
packages/server/tsconfig.json
Normal file
20
packages/server/tsconfig.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"lib": ["esnext"],
|
||||
"module": "node16",
|
||||
"moduleResolution": "node16",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
},
|
||||
"outDir": "./build"
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["node_modules", "build"],
|
||||
"ts-node": {
|
||||
"require": ["tsconfig-paths/register"],
|
||||
"files": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user