Skip to content

Commit ebdb3a3

Browse files
Update config and add dist version
1 parent 4f52820 commit ebdb3a3

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

tsconfig.dist.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"include": [
4+
"src/plugin/**/*.ts",
5+
"src/plugin/**/*.tsx",
6+
"src/plugin/**/*.vue"
7+
]
8+
}

tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
},
4343
"exclude": [
4444
"playground",
45+
"src/**/*.spec.ts",
46+
"src/**/*.test.ts",
4547
"src/App.vue",
46-
"src/components/**/*.ts",
47-
"src/components/**/*.vue",
4848
"src/documentation/**/*.ts",
4949
"src/documentation/**/*.vue",
5050
"src/libraries/**/*.ts",
@@ -56,9 +56,9 @@
5656
],
5757
"include": [
5858
"src/playground/PlaygroundPage.vue",
59-
"src/**/*.ts",
60-
"src/**/*.tsx",
61-
"src/**/*.vue"
59+
"src/plugin/**/*.ts",
60+
"src/plugin/**/*.tsx",
61+
"src/plugin/**/*.vue"
6262
],
6363
"references": [
6464
{

0 commit comments

Comments
 (0)