Skip to content

Commit

Permalink
Merge pull request #440 from ForgeRock/update-ping-protect-import
Browse files Browse the repository at this point in the history
fix(ping-protect): bundling
  • Loading branch information
ryanbas21 authored Apr 11, 2024
2 parents cd0a865 + 8eff786 commit 3e4cf21
Show file tree
Hide file tree
Showing 7 changed files with 478 additions and 159 deletions.
3 changes: 2 additions & 1 deletion e2e/autoscript-apps/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"compilerOptions": {
"outDir": "dist",
"module": "ES2015",
"moduleResolution": "Node16",
"allowUmdGlobalAccess": true,
"target": "ES2015"
"target": "ES2020"
},
"exclude": ["**/*.spec.ts"],
"include": ["**/*.ts"]
Expand Down
2 changes: 1 addition & 1 deletion e2e/mock-api/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "CommonJS",
"module": "ES2015",
"allowUmdGlobalAccess": true,
"target": "ES2020",
"composite": true,
Expand Down
Loading

0 comments on commit 3e4cf21

Please sign in to comment.