Skip to content

Commit

Permalink
feat(store): add runtime check for action type uniqueness (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored May 27, 2020
1 parent 100970b commit 2972980
Show file tree
Hide file tree
Showing 12 changed files with 300 additions and 195 deletions.
2 changes: 1 addition & 1 deletion modules/effects/spec/types/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const compilerOptions = () => ({
moduleResolution: 'node',
target: 'es2015',
target: 'es2017',
baseUrl: '.',
experimentalDecorators: true,
paths: {
Expand Down
2 changes: 1 addition & 1 deletion modules/router-store/spec/types/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const compilerOptions = () => ({
moduleResolution: 'node',
target: 'es2015',
target: 'es2017',
baseUrl: '.',
experimentalDecorators: true,
paths: {
Expand Down
Loading

0 comments on commit 2972980

Please sign in to comment.