From b4216d96269c3ccee00e024afb420188cdc53783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Tue, 18 Jan 2022 18:16:31 +0100 Subject: [PATCH] Passage au mode strict pour TypeScript. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 5991e1c..6d88579 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,6 @@ "forceConsistentCasingInFileNames": true, "skipLibCheck": true, }, - "include": ["src/*.ts"], + "include": ["src/*", "src/demo/*"], "exclude": ["src/build"] } \ No newline at end of file