2024-08-26 14:07:57 +08:00
|
|
|
{
|
|
|
|
|
"extends": "@tsconfig/node20/tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"allowJs": true,
|
|
|
|
|
"composite": true,
|
|
|
|
|
"noEmit": true,
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "Bundler",
|
2026-02-22 17:42:37 +08:00
|
|
|
"types": [
|
|
|
|
|
"@types/node"
|
|
|
|
|
]
|
2024-08-26 14:07:57 +08:00
|
|
|
},
|
|
|
|
|
"exclude": [],
|
|
|
|
|
"include": [
|
|
|
|
|
"vite.config.js"
|
|
|
|
|
]
|
|
|
|
|
}
|