mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-18 21:51:38 +01:00
proper formatting and linting YAY, change cheer constructor to take object
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"lib": ["DOM", "ES2020"]
|
||||
},
|
||||
"include": ["src/web/chatWidget/www/**/*", "src/web/alerts/www/**/*"]
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"lib": ["DOM", "ES2020"]
|
||||
},
|
||||
"include": ["src/web/chatWidget/www/**/*", "src/web/alerts/www/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user