We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587d063 commit cca62f7Copy full SHA for cca62f7
tsconfig.json
@@ -41,21 +41,14 @@
41
"useDefineForClassFields": true
42
},
43
"exclude": [
44
- "playground",
45
"src/**/*.spec.ts",
46
"src/**/*.test.ts",
47
- "src/App.vue",
48
- "src/documentation/**/*.ts",
49
- "src/documentation/**/*.vue",
50
- "src/libraries/**/*.ts",
51
- "src/main.ts",
52
- "src/playground/**/*.ts",
53
- "src/plugins/**/*.ts",
54
- "src/stores/**/*.ts",
+ "src/**/*.test.ts.snap",
55
"node_modules"
56
],
57
"include": [
58
- "src/playground/PlaygroundPage.vue",
+ "src/playground/configs/templates/PlaygroundPage.ts.vue",
+ "src/playground/PlaygroundPage.ts.vue",
59
"src/plugin/**/*.ts",
60
"src/plugin/**/*.tsx",
61
"src/plugin/**/*.vue"
0 commit comments