feat(tsconfig.json): 引入ts文件忽略后缀配置

This commit is contained in:
郝先瑞 2022-01-01 16:03:25 +08:00
parent 647efbe6df
commit cde46b4cb8
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@
"baseUrl": "./",
"paths": {
"@": ["src"],
"@*": ["src/*"]
"@*": ["src/*"],
},
"extends": "./tsconfig.extends.json",
"skipLibCheck": true // element-plus TS
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]