diff --git a/tsconfig.json b/tsconfig.json index db0194ad..d91955ed 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,8 @@ "experimentalDecorators": true, "sourceMap": true, "baseUrl": ".", + "allowJs": true, + "checkJs": true, "types": [ "node" ], @@ -27,6 +29,9 @@ ] }, "include": [ + "src/**/*.ts", + "src/**/*.tsx", + "src/**/*.vue", "packages/**/*.ts", "packages/**/*.tsx", "packages/**/*.vue",