{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "allowImportingTsExtensions": true, "noEmit": true, "strict": false, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true }, "include": ["./**/*.ts"], "exclude": ["node_modules"] }