nostr-mailing-list/tsconfig.json

10 lines
199 B
JSON

{
"compilerOptions": {
"target": "ES2024",
"module": "ESNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}