snort/packages/nostr/tsconfig.json

15 lines
284 B
JSON
Raw Normal View History

2023-02-11 20:05:46 +00:00
{
"compilerOptions": {
"target": "ES2015",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"composite": true,
"outDir": "dist",
2023-02-25 11:07:01 +00:00
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true
2023-02-11 20:05:46 +00:00
},
"include": ["src"]
}