pioneer-share/tsconfig.node.json

12 lines
237 B
JSON

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