|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"types": ["node"],
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "ES2022"
|
||
|
|
},
|
||
|
|
"exclude": [
|
||
|
|
"catalog",
|
||
|
|
"**/demo"
|
||
|
|
],
|
||
|
|
"include": ["**/*"]
|
||
|
|
}
|