DCSOlympus/frontend/server/tsconfig.json
2024-12-12 13:27:35 +01:00

13 lines
260 B
JSON

{
"compilerOptions": {
"outDir": "./build",
"allowJs": true,
"target": "ES2023",
"module": "NodeNext",
"moduleResolution": "nodenext",
"skipLibCheck": true
},
"include": [
"./src/**/*"
]
}