You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
316 B
JSON
17 lines
316 B
JSON
3 years ago
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
},
|
||
|
"include": [
|
||
|
"lunalite-pixi-mv.d.ts",
|
||
|
"lunalite-pixi-mz.d.ts",
|
||
|
"./*",
|
||
|
"./plugins_dev/*.js",
|
||
|
"plugins_dev/*.js",
|
||
|
"rmmv.d.ts",
|
||
|
"rmmv-pixi.d.ts"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"plugins_dev/*"
|
||
|
]
|
||
|
}
|