1 Star 0 Fork 30

Guorg/BuildAdminNuxt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 619 Bytes
一键复制 编辑 原始数据 按行查看 历史
妙码生花 提交于 2023-02-09 21:13 . feat:初始化web-nuxt工程
{
// https://nuxt.com/docs/guide/concepts/typescript
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"lib": ["esnext", "dom"],
"sourceMap": false,
"baseUrl": "./",
"jsx": "preserve",
"importHelpers": true,
"useDefineForClassFields": true,
"removeComments": false,
"strict": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"isolatedModules": true,
"types": []
},
"extends": "./.nuxt/tsconfig.json",
"exclude": ["node_modules"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/grgjava/build-admin-nuxt.git
[email protected]:grgjava/build-admin-nuxt.git
grgjava
build-admin-nuxt
BuildAdminNuxt
master

搜索帮助