dassbot / tsconfig.node.json
brianhuster's picture
Deploy DASS-21 app to Hugging Face Space
a3ee1b6
Raw
History Blame Contribute Delete
236 Bytes
{
"compilerOptions": {
"composite": true,
"lib": ["ES2022"],
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}