This release is 1 version behind 0.0.3 — the latest version of @async/loader. Jump to latest
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Works with
•JSR Score70%•This package works with Browsers
Downloads144/wk
•Published2 years ago (0.0.2)
{ "compilerOptions": { "allowJs": true, "target": "ES2017", "module": "ES2022", "lib": ["es2022", "DOM", "WebWorker", "DOM.Iterable"], "jsx": "react-jsx", "jsxImportSource": "@builder.io/qwik", "allowImportingTsExtensions": true, "strict": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "incremental": true, "isolatedModules": true, "outDir": "tmp", "noEmit": true, "types": ["node", "vite/client"], "paths": { "#*": ["./src/*"] } }, "include": ["./*.ts"] }