mirror of
https://github.com/zoriya/typebox.git
synced 2025-12-05 22:36:12 +00:00
* Remove Parse from Top Level Import * Rename Parse submodule to Syntax * Export Parse Inference Types * ChangeLog * Version
18 lines
568 B
JSON
18 lines
568 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@sinclair/typebox/compiler": ["src/compiler/index.ts"],
|
|
"@sinclair/typebox/errors": ["src/errors/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"],
|
|
}
|
|
}
|
|
} |