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