Addnew sheets (armor, weapons, malefica) and v13 support
This commit is contained in:
21
node_modules/less/tsconfig.json
generated
vendored
Normal file
21
node_modules/less/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./lib",
|
||||
"moduleResolution": "node",
|
||||
"rootDir": ".",
|
||||
"allowJs": true,
|
||||
"sourceMap": true,
|
||||
"inlineSources": true,
|
||||
"esModuleInterop": true,
|
||||
"importHelpers": true,
|
||||
"noImplicitAny": true,
|
||||
"target": "ES5"
|
||||
},
|
||||
"ts-node": {
|
||||
"compilerOptions": {
|
||||
"rootDir": "."
|
||||
}
|
||||
},
|
||||
"include": ["**/*"],
|
||||
"exclude": ["node_modules", "lib/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user