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