1{2 "extends": "../tsconfig.base.json",3 "compilerOptions": {4 "rootDir": ".",5 "noEmit": true,6 "types": ["node"]7 },8 "include": ["*.ts", "lib", "test"]9}10