chore: repair the problem of html template error in tsx file under components directory

This commit is contained in:
jiangsion 2022-10-04 08:06:52 +08:00
parent fa17e1efbb
commit 8d4534b6ba
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"include": ["components/**/*", "src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]
}