1
0
Fork 0

refactor: move lib/* to src/

This commit is contained in:
Vojtěch Mareš 2023-07-04 18:47:05 +02:00
parent 2745bb32c7
commit 7ae10b4ecc
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
6 changed files with 5 additions and 6 deletions

View file

@ -18,8 +18,7 @@
"noUncheckedIndexedAccess": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"],
"~/lib/*": ["./lib/*"]
"~/*": ["./src/*"]
}
},
"include": [