This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
Launcher-tauri/tsconfig.node.json

10 lines
202 B
JSON

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