fix
This commit is contained in:
@ -1,7 +1,16 @@
|
||||
{
|
||||
"files": [],
|
||||
"compilerOptions": {
|
||||
"module": "ESNext"
|
||||
"module": "ESNext",
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@": [
|
||||
"src"
|
||||
],
|
||||
"@/*": [
|
||||
"src/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
@ -10,5 +19,10 @@
|
||||
{
|
||||
"path": "./tsconfig.node.json"
|
||||
}
|
||||
],
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.tsx",
|
||||
"src/**/*.vue"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user