Skip to content

Commit 94cca1c

Browse files
committed
chore(fix): ignore deprecated compiler option
1 parent 22d01b0 commit 94cca1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"include": ["src"],
33
"compilerOptions": {
44
"esModuleInterop": true,
5+
"ignoreDeprecations": "5.0",
56
"jsx": "react",
67
"lib": ["es2017"],
78
"module": "commonjs",

0 commit comments

Comments
 (0)