项目文件夹

文件

项目文件夹

0

忽略 .git-blame-ignore-revs 的修订。点击 绕过 并查看正常的 Blame 视图。

23 行
344 B
JSON

2024-09-10 19:37:36 -07:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"strict": true,
"noUnusedParameters": false,
"noUnusedLocals": true,
"outDir": "out",
"sourceMap": true,
"declaration": true,
"skipLibCheck": true,
"lib": [
"esnext", // for #201187
"dom"
]
},
"exclude": [
"node_modules",
"out",
"tools"
]
}