reconcile/frontend/sync-client/tsconfig.json
2025-02-25 21:56:34 +00:00

17 lines
No EOL
247 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"module": "ESNext",
"target": "ESNext",
"strict": true,
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"lib": [
"DOM",
"ESNext"
]
},
"exclude": [
"./dist"
]
}