1
0
Files
star/atmosphere/tsconfig.node.json
2025-11-22 06:26:39 +09:00

12 lines
252 B
JSON

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