1{2 "extends": "../tsconfig.base.json",3 "compilerOptions": {4 "rootDir": ".",5 "noEmit": true,6 "allowImportingTsExtensions": true7 },8 "include": ["./**/*.ts"],9 "exclude": ["node_modules"]10}11