asipilot / packages /client /tsconfig.node.json
E5K7's picture
Initial commit: FrontendForge implementation
5e4b249
raw
history blame contribute delete
213 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}