diff --git a/tsconfig.json b/tsconfig.json index e579ae85..5546ac7f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,23 +1,3 @@ { - "compilerOptions": { - "baseUrl": ".", - "strict": true, - "target": "ESNext", - "module": "ESNext", - "lib": ["ESNext", "DOM"], - "esModuleInterop": true, - "moduleResolution": "node", - "declaration": false, - "skipLibCheck": true, - "resolveJsonModule": true, - "allowSyntheticDefaultImports": true, - "types": [ - "node", - "@nuxt/kit" - ], - "allowJs": true, - "paths": { - "#app": ["./node_modules/nuxt/dist/app"] - } - } + "extends": "./docs/.nuxt/tsconfig.json" }