coai/app/tsconfig.node.json
Zhang Minghan 6ee888dfcb update app
2023-07-18 15:46:30 +08:00

10 lines
184 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}