md-report/tsconfig.json

7 lines
80 B
JSON
Raw Normal View History

2022-04-13 10:24:39 +08:00
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2017"
}
}