16 lines
223 B
JSON
16 lines
223 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"moduleResolution": "classic"
|
|
},
|
|
"include": [
|
|
"*.js",
|
|
"job/*.js",
|
|
"business/*.js",
|
|
"item/*.js",
|
|
"npc/*.js",
|
|
"native/*.js",
|
|
"../shared/*.js"
|
|
]
|
|
} |