Files
AIPex/tsconfig.json
0x5457@protonmail.com fc248d5c9c chore: fix lint
2025-12-06 20:02:10 +08:00

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" }
]
}