diff --git a/front/tsconfig.json b/front/tsconfig.json index df902342..b9057d28 100644 --- a/front/tsconfig.json +++ b/front/tsconfig.json @@ -28,5 +28,11 @@ "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ "noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */ - } + }, + "exclude": [ + "node_modules", + "dist", + "public/iframe_api.js", + "packages/iframe-api-typings" + ] }