angular-cn/integration/bazel-schematics
Keen Yee Liau b0866769b0 fix(bazel): do not modify tsconfig.json (#30877)
Before this change, user's tsconfig.json is cloned and some options
controlled by Bazel are removed otherwise Bazel would complain about:

```
WARNING: your tsconfig.json file specifies options which are overridden by Bazel:
 - compilerOptions.target and compilerOptions.module are controlled by downstream dependencies, such as ts_devserver
 - compilerOptions.typeRoots is always set to the @types subdirectory of the node_modules attribute
 - compilerOptions.rootDir and compilerOptions.baseUrl are always the workspace root directory
```

Since the warning has been removed in rules_typescript/8d8d398, there's no
need to clone and backup tsconfig.json

PR Close #30877
2019-06-11 14:23:00 -07:00
..
.gitignore test: ignore the generated `demo` folder in the `bazel` integration test (#29092) 2019-03-20 14:45:54 -04:00
package.json test(bazel): Use local_repository to load Angular (#28061) 2019-01-11 16:19:59 -08:00
test.sh fix(bazel): do not modify tsconfig.json (#30877) 2019-06-11 14:23:00 -07:00
yarn.lock build: update to Bazel 0.26.1 (#30627) 2019-06-11 00:03:11 +00:00