2 Star 9 Fork 2

shiina/Shiina-Astro-Blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 615 Bytes
一键复制 编辑 原始数据 按行查看 历史
QingXia-Ela 提交于 2022-12-09 21:32 . chore: restructuring project
{
"compilerOptions": {
"baseUrl": "./",
// Enable top-level await, and other modern ESM features.
"target": "ESNext",
"module": "ESNext",
// Enable node-style module resolution, for things like npm package imports.
"moduleResolution": "node",
// Enable JSON imports.
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Astro will directly run your TypeScript code, no transpilation needed.
"noEmit": true,
"paths": {
"@/*": [
"src/*"
]
}
},
"extends": "astro/tsconfigs/strict"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/shiinafan/Shiina-Astro-Blog.git
git@gitee.com:shiinafan/Shiina-Astro-Blog.git
shiinafan
Shiina-Astro-Blog
Shiina-Astro-Blog
main

搜索帮助

Cb406eda 1850385 E526c682 1850385