ci: update tsconfig.build.json

This commit is contained in:
pengzhanbo 2022-05-04 18:24:44 +08:00
parent 4513fd4f3a
commit 9045ac3f9d
2 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,6 @@
"extends": "../../tsconfig.base.json",
"references": [
{ "path": "../plugin-caniuse/tsconfig.build.json" },
{ "path": "../plugin-copy-code/tsconfig.build.json" },
{ "path": "./tsconfig.esm.json" },
{ "path": "./tsconfig.cjs.json" }
],

View File

@ -3,7 +3,6 @@
"files": [],
"references": [
{ "path": "./packages/theme/tsconfig.build.json" },
{ "path": "./packages/plugin-caniuse/tsconfig.build.json" },
{ "path": "./packages/plugin-copy-code/tsconfig.build.json" }
{ "path": "./packages/plugin-caniuse/tsconfig.build.json" }
]
}