Files
zkldi_Tachi/tsconfig.node.json
2026-03-11 00:06:28 +00:00

11 lines
190 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
}
}