recipe/tsconfig.build.json

16 lines
630 B
JSON
Raw Permalink Normal View History

2024-08-18 19:16:25 +08:00
{
"extends": "./tsconfig.build.base.json",
"references": [
{ "path": "./docs-shared/tsconfig.build.json" },
{ "path": "./packages/components/tsconfig.build.json" },
{ "path": "./packages/create/tsconfig.build.json" },
{ "path": "./packages/lightgallery/tsconfig.build.json" },
{ "path": "./packages/md-enhance/tsconfig.build.json" },
{ "path": "./packages/sass-palette/tsconfig.build.json" },
{ "path": "./packages/search-pro/tsconfig.build.json" },
{ "path": "./packages/shared/tsconfig.build.json" },
{ "path": "./packages/theme/tsconfig.build.json" }
],
"files": []
}