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/tsconfig-test.json

18 lines
368 B
JSON
Raw Normal View History

build: refactor ambient node & jasmine types so they are only included where needed (#25491) PR Close #25491
2018-08-14 16:18:26 -07:00
/**
* Root tsconfig file for use in all tests.
*/
{
"extends": "./tsconfig-build.json",
"compilerOptions": {
"types": ["node", "jasmine"],
build: disable must-use-promises check in ts_library tsetse for tests as... (#31325) ...tsetse now falsely asserting on some lines in a few tests such as packages/core/schematics/test/injectable_pipe_migration_spec.ts. ``` await runMigration(); expect(tree.readContent('/index.ts')) ``` it asserts that "await is required on promise" on the 2nd line when there is no promise there PR Close #31325
2019-06-19 04:17:11 -07:00
"plugins": [{
"name": "@bazel/tsetse",
"disabledRules": ["must-use-promises"],
}],
build: refactor ambient node & jasmine types so they are only included where needed (#25491) PR Close #25491
2018-08-14 16:18:26 -07:00
},
build: update to rules_typescript 0.25.1 (#28625) Updated a spot in the compiler which assumed es5 downlevelling get ready for es2015 devmode in the future. PR Close #28625
2019-02-08 14:01:51 -08:00
"bazelOptions": {
"suppressTsconfigOverrideWarnings": true,
"devmodeTargetOverride": "es5"
}
build: refactor ambient node & jasmine types so they are only included where needed (#25491) PR Close #25491
2018-08-14 16:18:26 -07:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 106ms Template: 2ms
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