11 lines
137 B
JSON
11 lines
137 B
JSON
{
|
|
"extends": "@ljharb/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": ["es2024"],
|
|
},
|
|
"exclude": [
|
|
"coverage",
|
|
],
|
|
}
|