mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-02 22:14:26 +01:00
11 lines
263 B
JSON
11 lines
263 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts", "vite.main.config.ts", "vite.renderer.config.ts"]
|
|
}
|