From 7e3b07d83aae6547ce121f904971e6491c0c2cdd Mon Sep 17 00:00:00 2001 From: Victor Borges Date: Mon, 31 Mar 2025 10:54:03 -0300 Subject: patch steam release notes --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 626c60f..c7da3dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,8 @@ "noImplicitThis": true, "noImplicitAny": true, "strict": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "allowJs": true }, "include": ["src"], "exclude": ["node_modules"] -- cgit v1.2.3