snort/packages/nostr/tsconfig.json

15 lines
284 B
JSON

{
"compilerOptions": {
"target": "ES2015",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"composite": true,
"outDir": "dist",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"]
}