tiny-vue_version0/examples/sites/tsconfig.node.json

12 lines
220 B
JSON
Raw Permalink Normal View History

2024-09-10 16:44:27 +08:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.ts"
]
}