← Public packages
@kentcdodds/package-app-kit
Design tokens, PWA install/update, About/version, cache helpers, and optional realtime notes sync for Kody package apps.
tsconfig.json
12 lines · 234 B · JSON{
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "remix/ui",
"allowImportingTsExtensions": true,
"strict": true,
"noEmit": true,
"module": "esnext",
"moduleResolution": "bundler",
"target": "es2022"
}
}