1 Star 0 Fork 0

Admin/slidev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
antfu 提交于 2024-03-09 13:56 . chore: update demo
{
"compilerOptions": {
"target": "es2022",
"jsx": "preserve",
"lib": ["DOM", "ESNext"],
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "node",
"paths": {
"@slidev/client": ["./packages/client/index.ts"],
"@slidev/client/*": ["./packages/client/*"],
"@slidev/types": ["./packages/types/src/index.ts"],
"@slidev/parser/fs": ["./packages/parser/src/fs.ts"],
"@slidev/parser/core": ["./packages/parser/src/core.ts"],
"@slidev/parser": ["./packages/parser/src/index.ts"]
},
"resolveJsonModule": true,
"types": [
"vite",
"vite/client",
"node",
"vite-plugin-vue-server-ref/module"
],
"strict": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": [
"./*.ts",
"./packages/**/*.ts",
"./packages/**/*.vue",
"./demo/**/*.ts",
"./demo/**/*.vue",
"./test/**/*.ts"
],
"exclude": ["**/dist/**", "node_modules"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bjfu_lhy_lanhy2000/slidev.git
git@gitee.com:bjfu_lhy_lanhy2000/slidev.git
bjfu_lhy_lanhy2000
slidev
slidev
main

搜索帮助