AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 marp
tsconfig.json
根目录
/
tsconfig.json
1
{
2
"extends": "@tsconfig/recommended/tsconfig.json",
3
"compilerOptions": {
4
"lib": ["es2015", "dom"],
5
"noImplicitAny": false,
6
"resolveJsonModule": true,
7
"strict": true
8
}
9
}
10
10 lines
JSON