mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-08 09:49:41 -06:00
* patch: next * patch: axios * nextra 2 -> 3 * final fixes for docs * fix: v0-docs * chore: update dependencies * chore: update fe * chore: final fixes * fix: vite * fix: generate * chore: generate * chore: generate * lint
13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|