1{ 2 "compilerOptions": { 3 "target": "ESNext", 4 "module": "ESNext", 5 "allowJs": true, 6 "moduleResolution": "node", 7 "strict": true, 8 "skipLibCheck": true, 9 "noEmit": true 10 } 11}