coai/app/tsconfig.node.json
Zhang Minghan b96b2ee185 v2 moved
2023-09-06 11:21:10 +08:00

11 lines
213 B
JSON

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