mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "."
|
|
},
|
|
"references": [
|
|
{ "path": "packages/core" },
|
|
{ "path": "packages/icons" },
|
|
{ "path": "packages/html" },
|
|
{ "path": "packages/react" }
|
|
],
|
|
"files": [],
|
|
"include": []
|
|
}
|