Skip to content

Commit 45591d5

Browse files
Working with TypeScript 5.0 deprecations.
1 parent 3dff86f commit 45591d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"outDir": "dist",
55
"module": "CommonJS",
66
"target": "ES2015",
7-
"ignoreDeprecations": "6.0",
7+
"ignoreDeprecations": "5.0",
88
"rootDir": "src",
99
"allowJs": true,
1010
"sourceMap": true,

0 commit comments

Comments
 (0)