desktop/tsconfig.node.json
Ivan Li fbb222ad23 feat: 截图功能验证。
截图需要 700 ms,转换成 webp 3 s。
2022-11-16 21:33:49 +08:00

10 lines
184 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}