mirror of
https://github.com/heyman/heynote.git
synced 2024-11-08 09:04:36 +01:00
11 lines
243 B
JSON
11 lines
243 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts", "package.json", "electron"]
|
|
}
|