From 2869e66a0261d96c91e072eb4bbb281af1669c13 Mon Sep 17 00:00:00 2001 From: pegasust Date: Thu, 17 Nov 2022 02:33:52 +0000 Subject: [PATCH] chore: tsconfig does not inheritc include and excludes --- apps/about-me/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/about-me/tsconfig.json b/apps/about-me/tsconfig.json index bf3d6c2..3f75630 100644 --- a/apps/about-me/tsconfig.json +++ b/apps/about-me/tsconfig.json @@ -1,5 +1,7 @@ { "extends": "tsconfig/t3.json", + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], + "exclude": ["node_modules"], "compilerOptions": { "baseUrl": ".", "paths": {