Something went wrong. Try again.
CLI for FastMail via JMAP
Something went wrong. Try again.
fastmail-cli tsconfig.json
553 B · 25 lines
JSON
at main
1234567891011121314151617181920212223242526{ "compilerOptions": { "lib": ["ESNext"], "target": "ESNext", "module": "ESNext", "moduleDetection": "force", "allowJs": true,
"moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true,
"resolveJsonModule": true,
"strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true,
"noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false }}