1{ 2"compilerOptions": { 3 "target": "es2020", 4 "module": "es2020", 5 "rootDir": "./src", 6 "outDir": "./out", /* Specify an output folder for all emitted files. */ 7 "esModuleInterop": true, 8 "forceConsistentCasingInFileNames": true, 9 "skipLibCheck": true, 10 "noImplicitThis": false, 11 "suppressImplicitAnyIndexErrors": true 12 } 13} 14 15