chore(ts): update
This commit is contained in:
parent
eea76e1e87
commit
e6eb101673
|
@ -1,7 +1,9 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "commonjs",
|
"module": "CommonJS",
|
||||||
"target": "ES2017",
|
"target": "ES2017",
|
||||||
|
"baseUrl": ".",
|
||||||
|
"moduleResolution": "node",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@md-report/types": ["./packages/types/src/index.ts"],
|
"@md-report/types": ["./packages/types/src/index.ts"],
|
||||||
"@md-report/parser": ["./packages/parser/src/index.ts"],
|
"@md-report/parser": ["./packages/parser/src/index.ts"],
|
||||||
|
|
Loading…
Reference in New Issue