pioneer-share/tsconfig.node.json

12 lines
237 B
JSON
Raw Permalink Normal View History

2024-01-31 10:28:31 +08:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
2024-01-31 16:36:19 +08:00
"module": "commonjs",
2024-01-31 10:28:31 +08:00
"moduleResolution": "bundler",
2024-01-31 16:36:19 +08:00
"allowSyntheticDefaultImports": true,
"sourceMap":true
2024-01-31 10:28:31 +08:00
},
"include": ["vite.config.ts"]
}