1 Star 5 Fork 4

lqs / lqsblog-frontend-nextjs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.server.json 218 Bytes
一键复制 编辑 原始数据 按行查看 历史
李庆松 提交于 2021-02-24 18:51 . First Submission
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "dist",
"target": "es2017",
"isolatedModules": false,
"noEmit": false
},
"include": ["server/**/*.ts"]
}
1
https://gitee.com/lqsong/lqsblog-frontend-nextjs.git
git@gitee.com:lqsong/lqsblog-frontend-nextjs.git
lqsong
lqsblog-frontend-nextjs
lqsblog-frontend-nextjs
main

搜索帮助