DCSOlympus/www/tsconfig.json
2023-01-08 10:05:10 +01:00

11 lines
185 B
JSON

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