| { | |
| "compilerOptions": { | |
| "target": "es6", | |
| "module": "commonjs", | |
| "allowSyntheticDefaultImports": true, | |
| "esModuleInterop": true, | |
| "strict": true, | |
| "moduleResolution": "node", | |
| "outDir": "../../../.ts-out/polygerrit-ui/node_modules_licenses", // Not used in bazel | |
| "types": ["node"] | |
| }, | |
| "include": ["**/*.ts"] | |
| } |