We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7b54b commit 353a861Copy full SHA for 353a861
tsconfig.base.json
@@ -1,14 +1,14 @@
1
{
2
- "extends": "@sapphire/ts-config",
+ "extends": "@sapphire/ts-config/extra-strict-without-decorators",
3
"compilerOptions": {
4
"baseUrl": "./",
5
"paths": {
6
"#prompts/*": ["src/prompts/*.ts"],
7
+ "#lib/*": ["src/lib/*.ts"],
8
"#functions/*": ["src/functions/*.ts"],
9
"#commands/*": ["src/commands/*.ts"],
10
"#constants": ["src/constants.ts"]
11
},
- "module": "ESNEXT",
12
- "target": "ESNext"
+ "moduleResolution": "node16"
13
}
14
0 commit comments