diff --git a/nuxt.config.ts b/nuxt.config.ts index 0c2f1d4..775568f 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -22,15 +22,5 @@ export default defineNuxtConfig({ }, typescript: { typeCheck: true, - tsConfig: { - compilerOptions: { - allowSyntheticDefaultImports: true, - allowArbitraryExtensions: true, - baseUrl: '.', - paths: { - '@/*': ['./src/*'], - }, - }, - } } }) diff --git a/package.json b/package.json index 26582aa..98a2eeb 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "private": true, "type": "module", "scripts": { + "preinstall": "npx -y only-allow pnpm", "build": "nuxt build", "dev": "nuxt dev", "generate": "nuxt generate",