truthshield-ai-backend / frontend /tsconfig.node.json
TechnoSamurai02's picture
Add TruthShield AI MVP
c438edd
Raw
History Blame Contribute Delete
210 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}