{ "extends": "../../tsconfig.json", "compilerOptions": { "target": "ES6", "module": "ESNext", "allowJs": true, "isolatedModules": true, "jsx": "preserve", "lib": ["DOM", "ES2017", "ESNext"], "baseUrl": ".", "noEmit": true }, "references": [ { "path": "../utils/tsconfig.json" }, { "path": "../design-system/tsconfig.build.json" } ], "include": ["**/*.ts", "**/*.tsx", "next-env.d.ts"], "exclude": ["out", ".next", "node_modules"] }