Skip to content

Commit 70f9cf1

Browse files
committed
Update tsconfig
1 parent 0a933bb commit 70f9cf1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tsconfig.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"allowSyntheticDefaultImports": true,
1111
"sourceMap": true,
1212
"baseUrl": ".",
13+
"types": ["webpack-env"],
1314
"paths": {
1415
"@/*": ["src/*"]
1516
},
@@ -23,11 +24,9 @@
2324
"importsNotUsedAsValues": "preserve"
2425
},
2526
"include": [
27+
"src/App.vue",
2628
"src/**/*.ts",
27-
"src/**/*.d.ts",
2829
"src/**/*.tsx",
29-
"src/**/*.vue",
30-
"tests/**/*.ts",
31-
"tests/**/*.tsx"
30+
"src/**/*.vue"
3231
]
3332
}

0 commit comments

Comments
 (0)