1 Star 4 Fork 2

唯之为之/vite-vue3-charts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.node.json 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
唯之为之 提交于 2023-12-21 17:35 . commit first project
{
"compilerOptions": {
"composite": true, // 对于引用项目必须设置该属性
"skipLibCheck": true, // 跳过对 .d.ts 文件的类型检查
"module": "ESNext", // 使用 ES Module 格式打包编译后的文件
"moduleResolution": "Node", // 使用 Node/bundler 的模块解析策略
"allowSyntheticDefaultImports": true // 允许使用 import 导入使用 export = 导出的默认内容
},
"include": [
"build/*.ts",
"types/*.d.ts",
"vite.config.ts"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/weizwz/vite-vue3-charts.git
git@gitee.com:weizwz/vite-vue3-charts.git
weizwz
vite-vue3-charts
vite-vue3-charts
master

搜索帮助