test: remove target in tsconfig.server.json

This is no longer needed as the CLI uses es2022 internally.
This commit is contained in:
Alan Agius 2022-11-15 16:30:55 +00:00 committed by Douglas Parker
parent c29df69546
commit 012746e759

View File

@ -2,7 +2,6 @@
"extends": "./tsconfig.app.json",
"compilerOptions": {
"outDir": "../dist-server",
"target": "es2016",
"baseUrl": "./",
"types": ["@angular/localize"]
},