Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/packages/bazel/test/ngc-wrapped/empty/tsconfig.json

9 lines
136 B
JSON
Raw Permalink Normal View History

fix(compiler): add first bazel test for `ng_module` (#19703) We were missing quite a bit of test coverage, this is the start of recreating it. PR Close #19703
2017-10-13 09:03:28 -07:00
{
"compilerOptions": {
"paths": {
"@angular/core": ["../../../../dist/packages/core"]
test(ivy): enable //packages/bazel/test/ngc-wrapped/... tests for Ivy (#27470) This commit allows //packages/bazel/test/ngc-wrapped/... tests to run under Ivy mode. To get them to pass, it addresses a problem with the way the tests are configured: both test targets have sloppy .d.ts dependencies configured, leading to many type errors being generated in TypeScript for the .d.ts files. Due to the way ngc directs TypeScript emit, it avoids type-checking .d.ts files and thus this issue does not surface. ngtsc does a whole- program emit which results in full .d.ts type-checking by default, catching this configuration issue. To fix this, skipLibCheck is added to the tsconfig.jsons for these tests, which tells TypeScript to skip type-checking of the .d.ts files, avoiding this problem in a similar way to ngc. PR Close #27470
2018-12-04 17:22:19 -08:00
},
"skipLibCheck": true
fix(compiler): add first bazel test for `ng_module` (#19703) We were missing quite a bit of test coverage, this is the start of recreating it. PR Close #19703
2017-10-13 09:03:28 -07:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 129ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API