1{ 2 "extends": "./tsconfig.base.json", 3 "compilerOptions": { 4 "esModuleInterop": true, 5 "resolveJsonModule": true, 6 "skipLibCheck": true 7 } 8}