1 Star 2 Fork 2

颛顼 / ChatGPT-Next-Web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
leedom 提交于 2023-04-07 12:17 . feat: textarea with adaptive height
{
"compilerOptions": {
"target": "ES2015",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"plugins": [
{
"name": "next"
}
],
"paths": {
"@/*": ["./*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "app/calcTextareaHeight.ts"],
"exclude": ["node_modules"]
}
TypeScript
1
https://gitee.com/whov/ChatGPT-Next-Web.git
git@gitee.com:whov/ChatGPT-Next-Web.git
whov
ChatGPT-Next-Web
ChatGPT-Next-Web
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891