mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-08 03:50:15 +01:00
15 lines
295 B
JSON
15 lines
295 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"sourceMap": true,
|
||
|
"module": "esnext",
|
||
|
"target": "es6",
|
||
|
"experimentalDecorators": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"moduleResolution": "node",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"allowJs": true
|
||
|
},
|
||
|
"include": [ "src" ]
|
||
|
}
|