Initial commit: Activiteiten Inventaris applicatie
This commit is contained in:
18
tsconfig.server.json
Normal file
18
tsconfig.server.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"lib": ["ES2022"],
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"outDir": "dist/server",
|
||||
"rootDir": "server",
|
||||
"declaration": false,
|
||||
"noEmit": false
|
||||
},
|
||||
"include": ["server/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user