Files
nostr-how/jsconfig.json
Jeff Gardner ad76d7393e Initial commit
2023-01-10 16:26:46 +01:00

9 lines
95 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}