reconcile/reconcile-js/tsconfig.json
2025-07-07 22:33:25 +01:00

17 lines
398 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"strict": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "bundler",
"declaration": true,
"declarationDir": "./dist/types",
"skipLibCheck": true,
"inlineSourceMap": true
},
"exclude": [
"./dist",
"**/*.test.ts"
]
}