Fork from @sinclair/typebox 0.34.49 as @alkdev/typebox
- Rename package from @sinclair/typebox to @alkdev/typebox - Update author, repository, and homepage to alkdev - Remove GitHub workflows, .vscode config, and branding assets - Update all source, test, example, changelog, and task imports - Update tsconfig.json path mappings - Clean up readme header (remove upstream badges/branding)
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
"module": "Node16",
|
||||
"moduleResolution": "Node16",
|
||||
"paths": {
|
||||
"@sinclair/typebox/compiler": ["./src/compiler/index.ts"],
|
||||
"@sinclair/typebox/errors": ["./src/errors/index.ts"],
|
||||
"@sinclair/typebox/parser": ["./src/parser/index.ts"],
|
||||
"@sinclair/typebox/syntax": ["./src/syntax/index.ts"],
|
||||
"@sinclair/typebox/system": ["./src/system/index.ts"],
|
||||
"@sinclair/typebox/type": ["./src/type/index.ts"],
|
||||
"@sinclair/typebox/value": ["./src/value/index.ts"],
|
||||
"@sinclair/typebox": ["./src/index.ts"],
|
||||
"@alkdev/typebox/compiler": ["./src/compiler/index.ts"],
|
||||
"@alkdev/typebox/errors": ["./src/errors/index.ts"],
|
||||
"@alkdev/typebox/parser": ["./src/parser/index.ts"],
|
||||
"@alkdev/typebox/syntax": ["./src/syntax/index.ts"],
|
||||
"@alkdev/typebox/system": ["./src/system/index.ts"],
|
||||
"@alkdev/typebox/type": ["./src/type/index.ts"],
|
||||
"@alkdev/typebox/value": ["./src/value/index.ts"],
|
||||
"@alkdev/typebox": ["./src/index.ts"],
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user