SIGN IN SIGN UP
tw93 / Pake UNCLAIMED

🤱🏻 Turn any webpage into a desktop app with one command.

2022-11-22 00:24:06 +08:00
{
"compilerOptions": {
2023-06-22 14:36:02 +08:00
"module": "ESNext",
"target": "es2020",
"types": ["node"],
"lib": ["es2020", "dom"],
2022-11-22 00:24:06 +08:00
"esModuleInterop": true,
2023-06-22 14:36:02 +08:00
"resolveJsonModule": true,
2022-11-22 00:24:06 +08:00
"allowSyntheticDefaultImports": true,
"strict": true,
"skipLibCheck": true,
2022-11-22 00:24:06 +08:00
"noImplicitAny": true,
2023-06-22 14:36:02 +08:00
"moduleResolution": "node",
2022-11-22 00:24:06 +08:00
"sourceMap": true,
"outDir": "dist",
"baseUrl": ".",
"paths": {
"@/*": ["bin/*"]
2022-11-22 00:24:06 +08:00
}
},
"include": ["bin/**/*"]
2022-11-22 00:24:06 +08:00
}