robosats/desktopApp/tsconfig.json

14 lines
313 B
JSON
Raw Permalink Normal View History

2024-06-11 11:18:06 +00:00
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false,
"outDir": "."
},
"exclude": [ "node_modules" ]
}