mirror of
https://github.com/block/goose.git
synced 2026-04-28 11:39:43 +00:00
20 lines
No EOL
463 B
JSON
20 lines
No EOL
463 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"types": ["node"],
|
|
"typeRoots": ["./node_modules/@types", "./node_modules/electron"],
|
|
"target": "ES2020",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"vite.config.ts",
|
|
"forge.config.ts"
|
|
]
|
|
} |