From 0e085759ecc717d14dc657228c54b542712cd2c7 Mon Sep 17 00:00:00 2001 From: Tim Shamilov Date: Tue, 21 Nov 2023 02:23:19 -0500 Subject: [PATCH] strict false for web5spec --- .web5-spec/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.web5-spec/tsconfig.json b/.web5-spec/tsconfig.json index 5691a8fe9..c5fdbea07 100644 --- a/.web5-spec/tsconfig.json +++ b/.web5-spec/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "declarationDir": "dist/types", "outDir": "dist", + "strict": false }, "include": [ "main.ts",