Skip to main content
Module

x/typebox/src/tsconfig.json

JSON Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
File
{ "compilerOptions": { "strict": true, "module": "CommonJS", "target": "ESNext", "moduleResolution": "node", "lib": ["ESNext"], "declaration": true, "outDir": "../dist/" }, "files": ["compiler/index.ts", "guard/index.ts", "value/index.ts", "typebox.ts"]}