Files
AIPex/tsconfig.json
2026-01-12 16:11:39 +00:00

18 lines
344 B
JSON

{
"extends": "./tsconfig.base.json",
"include": [
"./*.ts",
"./*.tsx",
"./*.js",
"./*.cjs",
"./*.mjs",
"./types/**/*.d.ts"
],
"references": [
{ "path": "./packages/core" },
{ "path": "./packages/browser-runtime" },
{ "path": "./packages/aipex-react" },
{ "path": "./packages/browser-ext" }
]
}