mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26:24 +00:00
14 lines
313 B
JSON
14 lines
313 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"sourceMap": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"removeComments": false,
|
||
|
"noImplicitAny": false,
|
||
|
"outDir": "."
|
||
|
},
|
||
|
"exclude": [ "node_modules" ]
|
||
|
}
|