gpt4 book ai didi

javascript - 在 Angular 中关闭严格模式?

转载 作者:行者123 更新时间:2023-12-03 12:10:46 24 4
gpt4 key购买 nike

我正在运行 into this issue我想关闭严格模式来解决它。

我修改了tsconfig.json和:

"compilerOptions": {
"strict": false,

并且还尝试过:
 "compilerOptions": {
"noImplicitUseStrict": true,

但没有爱。想法?

最佳答案

关注 Angular doc , 可以禁用严格模式关闭 上的这些标志tsconfig.json 文件:

   "forceConsistentCasingInFileNames": false,
"strict": false,
"noImplicitReturns": false,
"noFallthroughCasesInSwitch": false,
...
"angularCompilerOptions": {
"strictInjectionParameters": false,
"strictInputAccessModifiers": false,
"strictTemplates": false
}

关于javascript - 在 Angular 中关闭严格模式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57566377/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com