reconcile/reconcile-js/tsconfig.json
2025-11-16 15:40:28 +00:00

13 lines
293 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"strict": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "bundler",
"declaration": true,
"declarationDir": "./dist/types",
"skipLibCheck": true,
"inlineSourceMap": true
}
}