Files
Kristiyan Kostadinov ded654dc6b build: initial test of TypeScript 6
Resolves some initial test failures after updating to TypeScript 6.

(cherry picked from commit d9c980a958)
2026-01-15 21:41:05 +00:00

12 lines
215 B
JSON

{
"compilerOptions": {
"lib": ["es2015"],
"types": ["node", "jasmine"],
"module": "esnext",
"moduleResolution": "nodenext",
"strict": true,
"sourceMap": true,
"declaration": true
}
}