test-card/av-sync/tsconfig.node.json
Tomáš Mládek 33b6bbb216
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add a/v sync indicator scaffolding + PoC
2024-02-18 21:54:40 +01:00

10 lines
191 B
JSON

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