diff --git a/tsconfig.json b/tsconfig.json index 02dacc43b..2a92cd184 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,5 +34,9 @@ "src/**/*.js", "examples/*.js", "examples/**/*.js", + ], + "exclude": [ + "src/router/router.js", + "src/core/0.foundation.js", ] } \ No newline at end of file