r-util-js/tsconfig.json

16 lines
355 B
JSON
Raw Normal View History

{
2026-03-17 14:42:03 +08:00
"extends": "./tsconfig.base.json",
2026-04-20 17:54:26 +08:00
"files": [],
"references": [
{ "path": "./packages/common" },
{ "path": "./packages/uni-app" },
{ "path": "./packages/uview-plus" },
{ "path": "./packages/vue2" },
{ "path": "./packages/vue3" }
],
"exclude": ["**/node_modules", "**/dist"],
"compilerOptions": {
2026-04-20 17:54:26 +08:00
"noEmit": true
}
}