Files
typemap/tsconfig.json
sinclairzx81 6c3f34f5fe Revision 0.9.0 (#2)
- Adds ESM Support
2025-01-15 15:34:29 +09:00

14 lines
398 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ES2020",
"moduleResolution": "Node",
"baseUrl": ".",
"paths": {
"@sinclair/typebox-adapter/typebox": ["src/typebox/index.ts"],
"@sinclair/typebox-adapter/valibot": ["src/valibot/index.ts"],
"@sinclair/typebox-adapter/zod": ["src/zod/index.ts"],
"@sinclair/typebox-adapter": ["src/index.ts"]
}
}
}