UNPKG

145 BJSONView Raw
1{
2 "extends": "@ljharb/tsconfig",
3 "compilerOptions": {
4 "maxNodeModuleJsDepth": 0,
5 "target": "es2021",
6 },
7 "exclude": [
8 "coverage",
9 ],
10}