forked from iod/cpnode-front
fix: add 'node' and 'jest' to types in tsconfig.json
This commit is contained in:
parent
1d16701350
commit
126d430ef3
@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
root: true,
|
root: true,
|
||||||
extends: ['@daotl/eslint-config-vue/typescript'],
|
extends: '@daotl/eslint-config-vue/typescript',
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
project: 'tsconfig.json',
|
project: 'tsconfig.json',
|
||||||
},
|
},
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"~/*": ["src/*"],
|
"~/*": ["src/*"],
|
||||||
"@@/*": ["src/.fes/*"]
|
"@@/*": ["src/.fes/*"]
|
||||||
},
|
},
|
||||||
"types": ["element-plus/global", "unplugin-icons/types/vue"]
|
"types": ["node", "jest", "element-plus/global", "unplugin-icons/types/vue"]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user