Skip to main content
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, "baseUrl": ".", "paths": { "@sinclair/typebox/compiler": [ "src/compiler/index.ts" ], "@sinclair/typebox/guard": [ "src/guard/index.ts" ], "@sinclair/typebox/value": [ "src/value/index.ts" ], "@sinclair/typebox": [ "src/typebox.ts" ], } }}