{
"extends": "../tsconfig.json",
"include": ["./src/**/*"],
"compilerOptions": {
"noEmit": false,
"outDir": "./dist",
"strict": true
}