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