Files
leaguerecorder/tauri-app/tsconfig.node.json
Valentin Haudiquet 6c07e043d4
Some checks failed
record-daemon / Build, check and test (push) Failing after 51s
tauri-app: added tauri-app template
2026-03-22 11:36:38 +01:00

11 lines
213 B
JSON

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