vite-bolt/tsconfig.node.json

14 lines
248 B
JSON
Raw Normal View History

2023-02-01 17:52:53 +08:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.ts",
"bolt.config.ts",
"plugin",
"plugin/build",
]
}