| { |
| "extends": "./tsconfig_bazel.json", |
| "compilerOptions": { |
| "typeRoots": [ |
| "./test/@types", |
| "../../external/ui_dev_npm/node_modules/@polymer/iron-test-helpers", |
| "../../external/ui_npm/node_modules/@types", |
| "../../external/ui_dev_npm/node_modules/@types" |
| ], |
| "paths": { |
| "@polymer/iron-test-helpers/*": ["../../ui_dev_npm/node_modules/@polymer/iron-test-helpers/*"] |
| } |
| }, |
| "include": [ |
| // Items below must be in sync with the src_dirs list in the BUILD file |
| // Also items must be in sync with tsconfig.json, tsconfig_test.json |
| // (include and exclude arrays are overridden when extends) |
| "api/**/*", |
| "constants/**/*", |
| "elements/**/*", |
| "embed/**/*", |
| "gr-diff/**/*", |
| "mixins/**/*", |
| "samples/**/*", |
| "scripts/**/*", |
| "services/**/*", |
| "styles/**/*", |
| "types/**/*", |
| "utils/**/*", |
| "test/**/*" |
| ], |
| "exclude": [] |
| } |