33 lines
No EOL
579 B
JSON
33 lines
No EOL
579 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"module": "CommonJS",
|
|
"lib": [
|
|
"es2019",
|
|
"dom"
|
|
],
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "src",
|
|
"types": [
|
|
"node"
|
|
],
|
|
"strict": false,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": false,
|
|
"removeComments": true,
|
|
"noImplicitAny": false,
|
|
"preserveConstEnums": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"generator",
|
|
"data",
|
|
"lib",
|
|
"node_modules",
|
|
"tiles.zip"
|
|
]
|
|
} |