reconcile/reconcile-js/tsconfig.json

14 lines
No EOL
250 B
JSON

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