Files
collab-ledger/tsconfig.base.json
T
2026-06-17 17:40:12 +08:00

16 lines
363 B
JSON

{
"compilerOptions": {
"target": "esnext",
"moduleResolution": "node",
"strict": false,
"experimentalDecorators": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"sourceMap": true,
"resolveJsonModule": true,
"jsx": "preserve"
}
}