tscoverage/tsconfig.json

8 lines
146 B
JSON

{
"compilerOptions": {
"declaration": true,
"module": "commonjs",
"target": "ES5",
"outDir": "./dist/"
}
}