15 lines
280 B
JSON
15 lines
280 B
JSON
{
|
|
"extends": "@tsconfig/node20/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"composite": true,
|
|
"noEmit": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"types": ["node"]
|
|
},
|
|
"exclude": [],
|
|
"include": [
|
|
"vite.config.js"
|
|
]
|
|
} |