1{ 2 "extends": "./tsconfig.json", 3 "compilerOptions": { 4 "useDefineForClassFields": true, 5 "noEmit": true, 6 "skipLibCheck": true 7 } 8} 9 10