{ "extends": "./tsconfig.json", "compilerOptions": { "rootDir": "." }, "include": ["src/**/*", "scripts/**/*", "tests/**/*"], "exclude": ["node_modules", "dist"] }