From 5857991148979dc9ce67c4898ca58727e56fe923 Mon Sep 17 00:00:00 2001 From: Kaitou E <102132258+ejunds@users.noreply.github.com> Date: Tue, 27 Feb 2024 04:54:45 +0800 Subject: [PATCH] Update tsconfig.json Signed-off-by: Kaitou E <102132258+ejunds@users.noreply.github.com> --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0483e20f..8f7942c7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,5 +10,5 @@ "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ "resolveJsonModule": true, /* Allows importing modules with a '.json' extension, which is a common practice in node projects. */ }, - "exclude": ["__tests__", "lib", "node_modules"] + "exclude": ["__tests__", "lib", "node_modules"] }