{ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": true }, "include": [ "src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts", "tests/**/*.ts", "tests/**/*.tsx", "scripts/**/*.ts" ], "exclude": ["node_modules", "dist"] }