angular/integration/platform-server/e2e/tsconfig.json
Matthieu Riegler addd7f6249 refactor(dev-infra): remove obsolete todos (#49362)
These todos do not apply anymore, let's remove them.

PR Close #49362
2023-03-08 15:39:55 -08:00

6 lines
101 B
JSON

{
"compilerOptions": {
"outDir": "../built/e2e",
"types": ["jasmine", "jasminewd2"],
}
}