fix test
This commit is contained in:
parent
834c6df9eb
commit
a284e8c5eb
4 changed files with 29 additions and 4 deletions
|
@ -21,6 +21,10 @@
|
|||
"emitDecoratorMetadata": true,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": ["../src/*"]
|
||||
},
|
||||
"typeRoots": [
|
||||
"../node_modules/@types",
|
||||
"../src/@types"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue