refactor: move tsconfig to nuxt config

This commit is contained in:
Huskydog9988
2025-04-07 19:55:33 -04:00
parent 9d943bc5dc
commit e4aeaee6e7
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,4 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"exactOptionalPropertyTypes": true
}
"extends": "./.nuxt/tsconfig.json"
}