12 lines
337 B
JSON
12 lines
337 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"references": [
|
|
{ "path": "../plugin-caniuse/tsconfig.build.json" },
|
|
{ "path": "../plugin-copy-code/tsconfig.build.json" },
|
|
{ "path": "../plugin-baidu-tongji/tsconfig.build.json" },
|
|
{ "path": "./tsconfig.esm.json" },
|
|
{ "path": "./tsconfig.cjs.json" }
|
|
],
|
|
"files": []
|
|
}
|