QualEgde / frontend /tsconfig.node.json
Gaurav711's picture
Initial commit: AIMET compression suite & hybrid router console
cc91a31
Raw
History Blame Contribute Delete
210 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}