mirror of
https://github.com/mhwikicn/mhdos-armor-set-searcher
synced 2025-12-05 20:39:04 +08:00
30 lines
666 B
JSON
30 lines
666 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"newLine": "LF",
|
|
"outDir": "./lib/",
|
|
"target": "es2015",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"jsx": "preserve",
|
|
"downlevelIteration": true,
|
|
"lib": [
|
|
"es2019",
|
|
"es2017",
|
|
"dom"
|
|
],
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
".git",
|
|
"node_modules"
|
|
]
|
|
} |