mirror of
https://github.com/bitinflow/rerun-encoder.git
synced 2026-03-13 05:36:00 +00:00
11 lines
253 B
JSON
11 lines
253 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts", "package.json", "electron", "shared"]
|
|
}
|