UNPKG

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