diff --git a/playgrounds/jest-cjs/tsconfig.json b/playgrounds/jest-cjs/tsconfig.json index 839fd01..3110c8d 100644 --- a/playgrounds/jest-cjs/tsconfig.json +++ b/playgrounds/jest-cjs/tsconfig.json @@ -4,7 +4,8 @@ "moduleResolution": "Node10", "target": "ES2022", "noEmit": true, - "strict": true + "strict": true, + "allowJs": true }, "files": ["index.spec.ts"] }