mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-29 15:25:50 +00:00
Former-commit-id: 7776d8f46e9837880cc05652a83cf4f54ca537aa [formerly 7c88b2576c97c39aa56e292cddebae5aa85fbbfc] [formerly 71edb7d816e8fb98fac7c90f126e8aa010c8c515 [formerly c8b6afebd5f0fb1b24ca90aee1701c329333c038]] Former-commit-id: ad30de5dae1818453bcdc4ae751503506b562a9d [formerly de626a88e28527d180f1a2b60b4fdd5dad8f40a2] Former-commit-id: e51b4ca7355866bb221d2b3efab68aec5b7c0499
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|