DCSOlympus/frontend/server/tsconfig.json

10 lines
157 B
JSON

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