refactor: move lib/* to src/
This commit is contained in:
parent
2745bb32c7
commit
7ae10b4ecc
6 changed files with 5 additions and 6 deletions
|
|
@ -18,8 +18,7 @@
|
|||
"noUncheckedIndexedAccess": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": ["./src/*"],
|
||||
"~/lib/*": ["./lib/*"]
|
||||
"~/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
|
|
|
|||
Reference in a new issue