mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
10 lines
157 B
JSON
10 lines
157 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./build",
|
|
"allowJs": true,
|
|
"target": "es5"
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
} |