From 312aad58381ed601b3d80baae7a45ffd201ac88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Fri, 5 Apr 2024 21:43:20 +0200 Subject: [PATCH] Update the TS settings [skip ci] --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6e75b6bf..8fc23bf7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "include": ["*.js", "etc/*.js", "example/*.js", "src/**/*.ts", "test/**/*.js", "tool/*.js"], + "include": ["*.js", "etc/*.js", "example/*.js", "src/**/*.ts", "test/**/*.js"], "compilerOptions": { "allowJs": true, "baseUrl": ".",