Files
schisandra-cloud-storage-fr…/tsconfig.node.json
landaiqing 18d15ddd17 init
2024-04-12 20:14:27 +08:00

12 lines
233 B
JSON

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