From efe9ab71406e3c538ddb44e1cdb024b39eea66e6 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 13 Jul 2022 16:44:35 +0200 Subject: [PATCH] chore(tsconfig): link to docs dir --- tsconfig.json | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) 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" }