We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91fd7f commit 48df911Copy full SHA for 48df911
tsconfig.json
@@ -1,5 +1,5 @@
1
{
2
"$schema": "https://json.schemastore.org/tsconfig",
3
"extends": ["@vuebro/configs/tsconfig"],
4
- "include": ["src/index.ts"]
+ "include": ["src/**/*.ts", "src/**/*.vue"]
5
}
0 commit comments