chore(ts): update

This commit is contained in:
syy11cn 2022-04-16 17:17:49 +08:00
parent eea76e1e87
commit e6eb101673
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "CommonJS",
"target": "ES2017",
"baseUrl": ".",
"moduleResolution": "node",
"paths": {
"@md-report/types": ["./packages/types/src/index.ts"],
"@md-report/parser": ["./packages/parser/src/index.ts"],