chore(tsconfig): update TypeScript configurations

This commit is contained in:
Hein
2026-02-02 13:25:54 +02:00
parent 63222f8f28
commit 7257a86376
5 changed files with 679 additions and 772 deletions

View File

@@ -21,10 +21,10 @@ export default defineConfig({
tsconfigPath: './tsconfig.app.json',
compilerOptions: {
noEmit: false,
skipLibCheck: true,
emitDeclarationOnly: true,
},
}),
],
publicDir: 'public',
build: {