mirror of
https://github.com/aljazceru/nostr-data-vending-machine.git
synced 2025-12-17 06:14:19 +01:00
9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"removeComments": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|