{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "allowJs": true, "checkJs": true }, "exclude": [ "node_modules", "jspm_packages", "tmp", "temp" ] }