Files
frost-navigation/jsconfig.node.json

15 lines
280 B
JSON
Raw Permalink Normal View History

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