DCSOlympus/frontend/server/tsconfig.json
2024-07-09 08:02:40 +02:00

11 lines
184 B
JSON

{
"compilerOptions": {
"outDir": "./build",
"allowJs": true,
"target": "es5",
"sourceMap": true
},
"include": [
"./src/**/*"
]
}