Skip to content

Commit 4781830

Browse files
committed
chore: silence TS5107 deprecation warning in compilerOptions
1 parent 031a607 commit 4781830

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

workflows/quickstart/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"noImplicitAny": false,
66
"esModuleInterop": true,
77
"moduleResolution": "node16",
8-
"module": "node16"
8+
"module": "node16",
9+
"ignoreDeprecations": "6.0"
910
}
1011
}

0 commit comments

Comments
 (0)