package -> pkg

This commit is contained in:
2025-08-29 20:45:53 -04:00
parent 0d6d3d6d32
commit f38a5a69df
54 changed files with 5 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -14,9 +14,9 @@
"isolatedModules": true,
"paths": {
"^/*": ["./*"],
"@games/*": ["./packages/*"],
"$/*": ["./packages/client/*"],
"~/*": ["./packages/client/src/*"]
"@games/*": ["./pkg/*"],
"$/*": ["./pkg/client/*"],
"~/*": ["./pkg/client/src/*"]
}
}
}

View File

@@ -2,4 +2,4 @@ onlyBuiltDependencies:
- "@parcel/watcher"
- esbuild
packages:
- "packages/*"
- "pkg/*"

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@games/*": ["packages/*"]
"@games/*": ["pkg/*"]
}
}
}