{ "extends": "../../../tsconfig.reference.json", "compilerOptions": { "module": "esnext", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "sourceMap": true, "rootDir": ".", "outDir": "./build", "preserveSymlinks": true, "jsx": "react", "allowJs": true }, "types": ["node", "jest", "@testing-library/jest-dom"], "references": [ { "path": "../core/types" } ] }