chore(dev): fix tsconfig path

This commit is contained in:
Miodec 2024-07-24 11:39:09 +02:00
parent 93f6a9c0f7
commit 5f7565a695

View file

@ -65,7 +65,7 @@ const BASE_CONFIG = {
},
checker({
typescript: {
root: path.resolve(__dirname, "./"),
tsconfigPath: path.resolve(__dirname, "./tsconfig.json"),
},
eslint: {
lintCommand: `eslint "${path.resolve(__dirname, "./src/ts/**/*.ts")}"`,