Initial project scaffolding
This commit is contained in:
14
tsconfig.server.json
Normal file
14
tsconfig.server.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": "dist-server",
|
||||
"rootDir": ".",
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": false,
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"include": ["server/**/*.ts", "core/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user