Initial Commit

This commit is contained in:
OleSTEEP 2023-12-29 23:09:55 +03:00
commit ec5c71b3ac
1712 changed files with 1767257 additions and 0 deletions

16
www/js/jsconfig.json Normal file
View file

@ -0,0 +1,16 @@
{
"compilerOptions": {
"target":"es6"
},
"files": [
"./rmmv.d.ts",
"./rmmv-pixi.d.ts"
],
"include": [
"./*",
"./plugins_dev/*.js",
"./plugins/*.js",
"libs/yaml.js",
"require.js"
]
}