angular/integration/ng_elements/e2e/tsconfig.json
Kristiyan Kostadinov 9ee4f83705 build: update to TypeScript 6 stable
Updates the repo to the stable version of TypeScript 6.
2026-03-25 12:57:49 -07:00

7 lines
126 B
JSON

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