Skip to content

Commit 6c9e308

Browse files
linhewewoor
linhe
authored andcommitted
feat(tsconfig): modify tsconfig for yarn build esm
1 parent 8d20149 commit 6c9e308

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tsconfig.build.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
"declaration": true,
88
"preserveConstEnums": true,
99
"sourceMap": false,
10-
"rootDirs": ["src"],
11-
"paths": {
12-
"mo/*": ["./src/*"]
13-
}
10+
"rootDirs": ["src"]
1411
},
1512
"include": ["src/**/*"]
1613
}

0 commit comments

Comments
 (0)