joel bot
This commit is contained in:
@@ -19,9 +19,24 @@
|
||||
"skipLibCheck": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
|
||||
// Some stricter flags (disabled by default)
|
||||
// Some stricter flags
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noPropertyAccessFromIndexSignature": false
|
||||
}
|
||||
"noPropertyAccessFromIndexSignature": false,
|
||||
|
||||
// Path aliases
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@/core/*": ["./src/core/*"],
|
||||
"@/commands/*": ["./src/commands/*"],
|
||||
"@/events/*": ["./src/events/*"],
|
||||
"@/features/*": ["./src/features/*"],
|
||||
"@/database/*": ["./src/database/*"],
|
||||
"@/services/*": ["./src/services/*"],
|
||||
"@/utils/*": ["./src/utils/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "build"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user