15 lines
248 B
JSON
15 lines
248 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES6",
|
|
"moduleResolution": "classic"
|
|
},
|
|
"include": [
|
|
"./*.js",
|
|
"job/*.js",
|
|
"business/*.js",
|
|
"item/*.js",
|
|
"npc/*.js",
|
|
"../shared/*.js"
|
|
]
|
|
} |