Skip to content

Commit

Permalink
chore: update tsconfig.spec.json to ES2016
Browse files Browse the repository at this point in the history
  • Loading branch information
frontend-specialisten committed Mar 31, 2023
1 parent c3103a6 commit e694f4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/dh/admin/data-access-api/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "../../../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"],
"target": "ES2015"
"target": "ES2016"
},
"files": ["src/test-setup.ts"],
"include": ["jest.config.ts", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
Expand Down
2 changes: 1 addition & 1 deletion libs/dh/admin/feature-user-management/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "../../../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"],
"target": "ES2015"
"target": "ES2016"
},
"files": ["src/test-setup.ts"],
"include": ["jest.config.ts", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "../../../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"],
"target": "ES2015"
"target": "ES2016"
},
"files": ["src/test-setup.ts"],
"include": ["**/*.test.ts", "**/*.spec.ts", "**/*.d.ts", "jest.config.ts"]
Expand Down
2 changes: 1 addition & 1 deletion libs/ui-watt/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"],
"target": "ES2015"
"target": "ES2016"
},
"files": ["src/test-setup.ts"],
"include": ["**/*.spec.ts", "**/*.d.ts", "jest.config.ts"]
Expand Down

0 comments on commit e694f4d

Please sign in to comment.