aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/vue/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/packages/vue/tsconfig.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/packages/vue/tsconfig.json b/src/packages/vue/tsconfig.json
index b8e300a..23ddef4 100644
--- a/src/packages/vue/tsconfig.json
+++ b/src/packages/vue/tsconfig.json
@@ -9,11 +9,6 @@
"moduleResolution": "Bundler",
"useDefineForClassFields": true
},
- "exclude": [
- "node_modules",
- "dist",
- "src/main.ts",
- "src/components/Locusts.vue"
- ],
- "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
+ "exclude": ["node_modules", "dist"],
+ "include": ["src"]
}