Icard/angular-clarity-master(work.../node_modules/@ljharb/through/tsconfig.json

12 lines
154 B
JSON
Raw Normal View History

2024-07-16 14:55:36 +00:00
{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "es2021",
},
"exclude": [
"coverage/**",
"example/**",
"test/**/*",
],
}