chore: remove unnecessary tsConfig options, attempt only-allow in package.json preinstall

This commit is contained in:
2025-07-16 12:55:17 -05:00
parent 00c0770388
commit 0a90accbbe
2 changed files with 1 additions and 10 deletions
-10
View File
@@ -22,15 +22,5 @@ export default defineNuxtConfig({
},
typescript: {
typeCheck: true,
tsConfig: {
compilerOptions: {
allowSyntheticDefaultImports: true,
allowArbitraryExtensions: true,
baseUrl: '.',
paths: {
'@/*': ['./src/*'],
},
},
}
}
})
+1
View File
@@ -4,6 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",