{ "extends": ["tsconfig/base.json"], "compilerOptions": { "rootDir": "." }, "include": ["**/*.ts", "**/*.js", "**/*.tsx", "**/*.jsx", "**/*.mjs"], "exclude": ["**/node_modules/**", "**/dist/**", "**/build/**"] }