reconcile/reconcile-js/tsconfig.json
Andras Schmelczer 464b82b8c5
Some checks failed
Check / build (pull_request) Failing after 1m43s
Bump
2026-05-31 21:01:08 +01:00

15 lines
352 B
JSON

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