Files
CipherTalk/tsconfig.node.json
2026-04-07 17:17:50 +08:00

14 lines
326 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"target": "ES2020",
"lib": ["ES2020"],
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts", "electron/**/*.ts", "src/types/account.d.ts"]
}