ai-gateway/web/jsconfig.json

10 lines
160 B
JSON
Raw Permalink Normal View History

2023-12-20 11:27:27 +00:00
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"baseUrl": "src"
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}