12 lines
175 B
JSON
12 lines
175 B
JSON
|
{
|
||
|
"extends": "@ljharb/tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2017",
|
||
|
"moduleResolution": "node",
|
||
|
"maxNodeModuleJsDepth": 0,
|
||
|
},
|
||
|
"exclude": [
|
||
|
"coverage",
|
||
|
],
|
||
|
}
|