From f89cf66efc4cd2de004aaa2b4ab0cb897e930875 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sat, 9 Mar 2024 23:15:16 +0100 Subject: [PATCH] chore(tsconfig): add `exclude` --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a746f2a7..55e466b2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { // https://nuxt.com/docs/guide/concepts/typescript - "extends": "./.nuxt/tsconfig.json" + "extends": "./.nuxt/tsconfig.json", + "exclude": ["docs", "dist", "playground", "node_modules"] }