diff --git a/tsconfig.json b/tsconfig.json index 05eb0f8..655dc9e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,8 @@ { "compilerOptions": { "outDir": "./lib", + "allowJs": true, + "checkJs": false, "skipLibCheck": true }, "extends": "@day1co/tsconfig/backend.json",