{ "extends": "../../../tsconfig.base.json", "compilerOptions": { "module": "ESNext", "moduleResolution": "bundler", "target": "ES2022", "outDir": "./dist", "rootDir": "./src", "skipLibCheck": true, "noEmit": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }