use-pwa
Version:
use-pwa is install and update handler for pwa.
20 lines (19 loc) • 428 B
JSON
{
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"jsx": "react",
"lib": ["es2017", "dom"],
"module": "commonjs",
"moduleResolution": "node",
"newLine": "lf",
"outDir": "dist",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"strictNullChecks": false,
"target": "es5"
},
"include": ["src/hooks/usePwa/index.ts"]
}