Files
schisandra-cloud-storage-fr…/tsconfig.node.json
2024-03-20 13:40:34 +08:00

14 lines
242 B
JSON

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