Skip to content

Commit 353a861

Browse files
committed
fix: output proper esm code
1 parent 7c7b54b commit 353a861

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.base.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"extends": "@sapphire/ts-config",
2+
"extends": "@sapphire/ts-config/extra-strict-without-decorators",
33
"compilerOptions": {
44
"baseUrl": "./",
55
"paths": {
66
"#prompts/*": ["src/prompts/*.ts"],
7+
"#lib/*": ["src/lib/*.ts"],
78
"#functions/*": ["src/functions/*.ts"],
89
"#commands/*": ["src/commands/*.ts"],
910
"#constants": ["src/constants.ts"]
1011
},
11-
"module": "ESNEXT",
12-
"target": "ESNext"
12+
"moduleResolution": "node16"
1313
}
1414
}

0 commit comments

Comments
 (0)