mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-01 13:34:30 +01:00
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"types": ["node", "electron"],
|
|
"target": "ES2020",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"vite.config.ts",
|
|
"forge.config.ts"
|
|
]
|
|
} |