You've already forked UnitCamS3-UserDemo
mirror of
https://github.com/m5stack/UnitCamS3-UserDemo.git
synced 2026-05-20 11:05:57 -07:00
11 lines
223 B
JSON
11 lines
223 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|