Files
humanlayer/humanlayer-wui/tsconfig.node.json
2025-06-13 14:58:56 -05:00

15 lines
298 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["vite.config.ts", ".prettierrc.js"]
}