我想禁用警告 AL1025,因为 AL 编译器的性质,我收到很多与我的node_modules
文件夹相关的警告。显然,应该可以像这样在 app.json 中抑制警告
"suppressWarnings": ["AL1025"]
但我仍然收到这些警告:
Microsoft (R) AL Compiler version 7.4.7.43721
Copyright (C) Microsoft Corporation. All rights reserved
Compilation started for project 'ABC Sample Ext' containing '11' files at '19:58:7.337'.
/Users/username/Dev/abc-workspace/abc-sample/node_modules/he/LICENSE-MIT.txt(1,1): warning AL1025: The file at location '/Users/username/Dev/abc-workspace/abc-sample/node_modules/he/LICENSE-MIT.txt' does not match any definition.
我究竟做错了什么?