代码拉取完成,页面将自动刷新
{
"compilerOptions": {
"incremental": true,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": false,
"alwaysStrict": true,
"listEmittedFiles": false,
"noImplicitReturns": true,
"removeComments": true,
"strictFunctionTypes": true,
"sourceMap": true,
"target": "ES2015",
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowJs": false,
"stripInternal": true,
"checkJs": false,
"jsx": "react",
"esModuleInterop": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"*": ["node_modules/*"]
},
"lib": ["es2019", "es2020.string", "dom"]
},
"include": [
"test/sandbox/**/*",
"scripts/**/*",
"web/**/*",
"apps/**/*"
],
"exclude": [
"node_modules/**",
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。