{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"rootDir": "."
},
"include": ["."],
"exclude": ["target", "src"]
}