slither
Version:
Quick testing for short scripts
20 lines • 370 B
JSON
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"removeComments": true,
"noImplicitAny": true,
"outDir": "bin",
"pretty": true,
"noErrorTruncation": true
},
"exclude": [
"node_modules",
"bin"
],
"compileOnSave": false,
"baseUrl": "."
}