FreeDATA/gui/tsconfig.node.json

11 lines
243 B
JSON
Raw Normal View History

2023-09-02 13:37:03 +02:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
2023-10-04 19:54:50 +02:00
"moduleResolution": "Node",
"resolveJsonModule": true,
2023-09-02 13:37:03 +02:00
"allowSyntheticDefaultImports": true
},
2023-10-04 19:54:50 +02:00
"include": ["vite.config.ts", "package.json", "electron"]
2023-09-02 13:37:03 +02:00
}