{ "compilerOptions": { "lib": ["esnext"], "module": "esnext", "outDir": "./dist", "rootDir": "src", "jsx": "react" }, "extends": "../config/tsconfig/base.json", "include": ["**/*.ts", "**/*.tsx"], "exclude": ["node_modules", "dist"] }