{ "compilerOptions": { "target": "es2022", "moduleResolution": "node", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "pretty": true, "sourceMap": true, "allowJs": true, "noEmit": false, "declaration": true } }