panorama/tsconfig.node.json
Michael Zhang a6fe682ba0 tauri
2023-06-12 19:13:24 -05:00

9 lines
184 B
JSON

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