0π
β
in your tsconfig.json
try to replace your include
with this one here:
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"styles.d.ts"
],
Source:stackexchange.com