2025-12-29 04:58:41 -08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"allowSyntheticDefaultImports": true,
|
2026-01-02 08:45:12 -08:00
|
|
|
"strict": true
|
2025-12-29 04:58:41 -08:00
|
|
|
},
|
2026-01-02 08:40:25 -08:00
|
|
|
"include": [
|
|
|
|
|
"vite.config.ts",
|
|
|
|
|
"../../../@packages/@utils/vite-version-plugin/src/**/*.ts"
|
|
|
|
|
]
|
2025-12-29 04:58:41 -08:00
|
|
|
}
|