package -> pkg
This commit is contained in:
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
@@ -14,9 +14,9 @@
|
|||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"^/*": ["./*"],
|
"^/*": ["./*"],
|
||||||
"@games/*": ["./packages/*"],
|
"@games/*": ["./pkg/*"],
|
||||||
"$/*": ["./packages/client/*"],
|
"$/*": ["./pkg/client/*"],
|
||||||
"~/*": ["./packages/client/src/*"]
|
"~/*": ["./pkg/client/src/*"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -2,4 +2,4 @@ onlyBuiltDependencies:
|
|||||||
- "@parcel/watcher"
|
- "@parcel/watcher"
|
||||||
- esbuild
|
- esbuild
|
||||||
packages:
|
packages:
|
||||||
- "packages/*"
|
- "pkg/*"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@games/*": ["packages/*"]
|
"@games/*": ["pkg/*"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user