initial: bootstrap from BukidBountyApp base
This commit is contained in:
19
legacy/pages-html/slvl/all/tsconfig.json
Normal file
19
legacy/pages-html/slvl/all/tsconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
|
||||
"compilerOptions": {
|
||||
|
||||
"target":"ES6",
|
||||
"module":"ES6",
|
||||
"allowJs": true,
|
||||
"checkJs":false,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"*":["*"]
|
||||
}
|
||||
},
|
||||
|
||||
"include": ["lib.js","synclib.js","UIAlt.js",
|
||||
"libEXT/*.js"]
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user