Files
Zero/packages/cli/tsconfig.json
2025-05-21 20:26:33 +05:30

13 lines
242 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"target": "ESNext",
"verbatimModuleSyntax": true,
"noEmit": true,
"skipLibCheck": true,
"esModuleInterop": true
}
}