mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 21:57:29 +00:00
28 lines
570 B
JSON
28 lines
570 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"references": [
|
|
{ "path": "packages/utils" },
|
|
{ "path": "packages/utils/src/dom" },
|
|
|
|
{ "path": "packages/element" },
|
|
|
|
{ "path": "packages/store" },
|
|
{ "path": "packages/store/src/html" },
|
|
{ "path": "packages/store/src/react" },
|
|
|
|
{ "path": "packages/core" },
|
|
{ "path": "packages/core/src/dom" },
|
|
|
|
{ "path": "packages/skins" },
|
|
|
|
{ "path": "packages/spf" },
|
|
|
|
{ "path": "packages/html" },
|
|
{ "path": "packages/react" }
|
|
],
|
|
"files": []
|
|
}
|