5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-20 10:59:30 +08:00
wails/v3/internal/templates/vue-ts/frontend/tsconfig.node.json
2023-01-22 15:39:57 +11:00

10 lines
184 B
JSON

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