Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
tsconfig.base.json 474 Bytes
Copy Edit Raw Blame History
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"composite": true,
"target": "es5",
"declaration": true,
"declarationMap": true,
"moduleResolution": "node",
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"downlevelIteration": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"jsx": "react",
"lib": ["es6", "dom"],
"strictPropertyInitialization": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化