mirror of
https://github.com/AIPexStudio/AIPex.git
synced 2026-05-13 18:51:35 +00:00
11 lines
295 B
JSON
11 lines
295 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"include": ["./*.ts", "./*.tsx", "./*.js", "./*.cjs", "./*.mjs"],
|
|
"references": [
|
|
{ "path": "./packages/core" },
|
|
{ "path": "./packages/browser-runtime" },
|
|
{ "path": "./packages/aipex-react" },
|
|
{ "path": "./packages/browser-ext" }
|
|
]
|
|
}
|