wails-auto-ipc
Version:
generate single app.go for wails app from multiple files
16 lines (15 loc) • 355 B
JSON
{
"compilerOptions": {
"allowJs": true,
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"allowSyntheticDefaultImports": true,
"lib": ["esnext"],
"types": ["node"]
},
"includes": ["./vorth-src", "./neinth-src/", "./js"]
}