mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-05 10:29:45 +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" ]
|
|
}
|