1
0
mirror of https://github.com/heyman/heynote.git synced 2025-01-11 16:38:47 +01:00
heynote/tsconfig.node.json

11 lines
243 B
JSON

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