Skip to content
Snippets Groups Projects
Commit 51e6e7a6 authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

fix: config (#611)

parent afc11a3a
No related branches found
No related tags found
No related merge requests found
{
"root": false,
"rules": {
"turbo/no-undeclared-env-vars": [
"error",
{
"allowList": [
"OPENAI_API_KEY",
"npm_config_user_agent",
"http_proxy",
"https_proxy",
"MODEL",
"NEXT_PUBLIC_CHAT_API",
"NEXT_PUBLIC_MODEL"
]
}
]
}
}
\ No newline at end of file
......@@ -10,6 +10,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"outDir": "./lib",
"tsBuildInfoFile": "./lib/.tsbuildinfo"
},
"include": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment