fxa/_dev
Jody Heavener 3f4e292bc0
fix(config): disable incremental compilation in base ts config
Because:

- Because it's in the base config shared across all tsconfigs in the repo, the incremental property is clashing with other properties, which is leading to failures in circle ci

This commit:

- Removes it. Ben said it's okay to disable for now.
2020-09-02 11:41:19 -04:00
..
docker feat(docker): publish fxa-mono docker image 2020-08-28 10:10:14 -07:00
pm2 refactor(pm2): restructure our pm2 configs 2020-04-14 14:38:38 -07:00
.eslintrc chore(format): mass reformat with prettier 2 and single config 2020-05-24 10:51:57 -07:00
.prettierrc chore(format): mass reformat with prettier 2 and single config 2020-05-24 10:51:57 -07:00
.stylelintrc feat(storybook): allow Tailwind scss compilation support 2020-06-08 09:57:09 -04:00
README.md refactor(npm-scripts): refactored npm scripts for better ergonomics 2020-04-13 16:17:36 -07:00
tsconfig.base.json fix(config): disable incremental compilation in base ts config 2020-09-02 11:41:19 -04:00
tsconfig.browser.json fix(edge): fxa failed on Edge 2020-07-29 17:53:56 -07:00
tsconfig.node.json refactor(tsconfig): consolidate common tsconfig options 2020-05-26 12:18:51 -07:00

README.md

_dev

This directory contains files to support local development that aren't needed in production, especially things that would otherwise clutter up the root directory.