refactor: tsconfig paths
This commit is contained in:
parent
acbb4e9d98
commit
85a44235d3
25 changed files with 108 additions and 108 deletions
|
|
@ -6,6 +6,9 @@
|
|||
"esnext"
|
||||
],
|
||||
"types": [],
|
||||
"paths": {
|
||||
"*": ["./*"]
|
||||
},
|
||||
"moduleResolution": "bundler",
|
||||
"esModuleInterop": true,
|
||||
"skipDefaultLibCheck": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue