This commit is contained in:
martmull
2024-09-06 14:39:33 +02:00
committed by GitHub
parent d36486b65e
commit 85f2e58f0c
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ export default defineConfig(({ command, mode }) => {
? path.resolve(__dirname, './tsconfig.build.json')
: path.resolve(__dirname, './tsconfig.dev.json');
const checkers: Checkers = {
overlay: false,
};