{ "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "checkJs": true, "esModuleInterop": true, "lib": ["es2022"], "module": "commonjs", "noEmit": true, "resolveJsonModule": true, "skipLibCheck": true }, "include": ["lib/**/*", "typings/**/*"] }