salesiq / frontend /tsconfig.node.json
richlai's picture
working on docker
902845d
raw
history blame
220 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.js"
]
}