diff --git a/tsconfig.json b/tsconfig.json index 0094d59..ca41554 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,5 +22,13 @@ "nativeTags": ["block", "template", "component", "slot"] }, "exclude": ["node_modules"], - "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "src/**/*.json"] + "include": [ + "src/**/*.ts", + "src/**/*.js", + "src/**/*.d.ts", + "src/**/*.tsx", + "src/**/*.jsx", + "src/**/*.vue", + "src/**/*.json" + ] }