From 1d4316df4b4d0c23d397b5212f0ad51b88269782 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Sat, 4 Nov 2023 21:42:27 -0700 Subject: [PATCH] Add "include" to tsconfig.json to limit folders (just in case) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 3b17f7e0d..6cffd8af2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "exactOptionalPropertyTypes": true, "sourceMap": true }, + "include": ["editor", "lib", "types"], "ts-node": { "esm": true, "files": true,