{ "extends": "../../tsconfig.base.json", "compilerOptions": { "allowJs": false, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "jsx": "react-jsx", "moduleResolution": "bundler", "strictNullChecks": true, "alwaysStrict": true, "noImplicitAny": true, "strictBindCallApply": false, "noEmit": true, "types": ["jest", "node"], "paths": { "@/*": ["./src/*"] } }, "include": [ "src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts", "scripts/**/*.ts", ".storybook/*.ts", ".storybook/*.tsx", "**/__mocks__/**/*", "**/__tests__/**/*", "vite.config.ts" ], "exclude": [ "src/remote/mock/**/*", "src/host/generated/host-component-registry.ts", "src/remote/generated/remote-components.ts", "src/remote/generated/remote-elements.ts" ] }