fix: config typescript
This commit is contained in:
parent
592c80b894
commit
c53b73cb16
1 changed files with 3 additions and 2 deletions
|
@ -5,12 +5,13 @@
|
|||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"lib": ["es2018", "dom", "esnext"],
|
||||
},
|
||||
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.config.json"
|
||||
}
|
||||
]
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue