Module

x/typebox/tsconfig.json

JSON Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
File
{ "compilerOptions": { "strict": true, "target": "ESNext", "moduleResolution": "node", "removeComments": true, "lib": ["ESNext"], "baseUrl": ".", "paths": { "@sinclair/typebox": [ "src/typebox.ts" ] } }}