deno.land / x / typebox@0.32.21 / tsconfig.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ "compilerOptions": { "strict": true, "target": "ESNext", "module": "ESNext", "moduleResolution": "Node", "baseUrl": ".", "paths": { "@sinclair/typebox/compiler": ["src/compiler/index.ts"], "@sinclair/typebox/errors": ["src/errors/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"], } }}
typebox

Version Info

Tagged at
a week ago