fabro/lib/packages/fabro-api-client/tsconfig.json
2026-05-02 09:14:02 -04:00

15 lines
360 B
JSON

{
"compilerOptions": {
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"noEmit": true,
"resolveJsonModule": true,
"verbatimModuleSyntax": true
},
"include": ["src/**/*", "tests/**/*"]
}