{ "extends": "../../../tsconfig/base.json", "include": [ "**/*.ts", "**/*.tsx" ], "compilerOptions": { "jsx": "preserve", "jsxImportSource": "react", "outDir": "dist" }, "references": [ { "path": "../../../ai" }, { "path": "../../../lib" }, { "path": "../../../variables" }, { "path": "../../core" } ] }