From 6a6ef47155d1a479a0fc2b0a4611157ce42f6d36 Mon Sep 17 00:00:00 2001 From: Puru Vijay Date: Tue, 31 Jan 2023 11:50:42 +0530 Subject: [PATCH] Remove `rootDir` --- tsconfig.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f2e055a2a9..ed1b0afc3a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,8 @@ { - "include": [], + "include": ["src/**/*.{js,ts}"], + "exclude": ["sites/**/*"], "compilerOptions": { - "rootDir": "src", - // target node v8+ (https://node.green/) // the only missing feature is Array.prototype.values "lib": ["es2017"],