Skip to main content
Home
This release is 1 version behind 0.0.3 — the latest version of @async/loader. Jump to latest

Built and signed on GitHub Actions

Works with
This package works with Browsers
This package works with Browsers
JSR Score70%
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"] }