Files
steelmill/tsconfig.node.json

14 lines
326 B
JSON
Raw Permalink Normal View History

2025-11-28 14:07:27 +08:00
{
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": true,
},
"include": ["vite.config.ts"]
}