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