Skip to content

Commit

Permalink
test: remove target in tsconfig.server.json
Browse files Browse the repository at this point in the history
This is no longer needed as the CLI uses es2022 internally.
  • Loading branch information
alan-agius4 committed Nov 15, 2022
1 parent f578361 commit 3d5f876
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.app.json",
"compilerOptions": {
"outDir": "../dist-server",
"target": "es2016",
"baseUrl": "./",
"types": ["@angular/localize"]
},
Expand Down

0 comments on commit 3d5f876

Please sign in to comment.