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