chore: add tsconfig.server.json
This commit is contained in:
parent
f8d8795bbb
commit
306001a607
1 changed files with 17 additions and 0 deletions
17
tsconfig.server.json
Normal file
17
tsconfig.server.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"outDir": "dist",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@shared/*": ["shared/*"]
|
||||
}
|
||||
},
|
||||
"include": ["server", "shared"],
|
||||
"exclude": ["node_modules", "dist", "client"]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue