We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 4f52820 commit ebdb3a3Copy full SHA for ebdb3a3
tsconfig.dist.json
@@ -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
@@ -42,9 +42,9 @@
42
},
43
"exclude": [
44
"playground",
45
+ "src/**/*.spec.ts",
46
+ "src/**/*.test.ts",
47
"src/App.vue",
- "src/components/**/*.ts",
- "src/components/**/*.vue",
48
"src/documentation/**/*.ts",
49
"src/documentation/**/*.vue",
50
"src/libraries/**/*.ts",
@@ -56,9 +56,9 @@
56
],
57
"include": [
58
"src/playground/PlaygroundPage.vue",
59
- "src/**/*.ts",
60
- "src/**/*.tsx",
61
- "src/**/*.vue"
62
63
"references": [
64
{
0 commit comments