api.npub.email/tsconfig.json

16 lines
293 B
JSON
Raw Normal View History

2024-12-02 13:28:00 +00:00
{
"compilerOptions": {
"target": "esnext",
"module": "preserve",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "dist",
"allowImportingTsExtensions": true
},
"include": [
"src"
]
}