tsconfig.json 281 B

1234567891011121314151617
  1. {
  2. "extends": "../../tsconfigbase",
  3. "compilerOptions": {
  4. "outDir": "lib",
  5. "rootDir": "src",
  6. "types": ["webpack-env", "node"]
  7. },
  8. "include": ["src/**/*"],
  9. "references": [
  10. {
  11. "path": "../coreutils"
  12. },
  13. {
  14. "path": "../translation"
  15. }
  16. ]
  17. }