Files
nostr-tools/tsconfig.json
BilligsterUser 673f4abab8 add type definition
fixes #138
2023-02-27 19:51:19 -03:00

16 lines
330 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"lib": ["dom", "dom.iterable", "esnext"],
"declaration": true,
"strict": true,
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"emitDeclarationOnly": true,
"outDir": "lib",
"rootDir": "."
}
}