license-check-and-add
Version:
A tool to enable the checking, inserting and removal of licenses
25 lines • 521 B
JSON
{
"compileOnSave": false,
"compilerOptions": {
"resolveJsonModule": true,
"esModuleInterop": true,
"outDir": "./dist",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types",
],
"types": [
"@types/mocha",
"@types/node"
],
"lib": [
"es2017",
"dom"
]
}
}