Skip to content

Commit 39d213e

Browse files
committed
Misplaced setting
1 parent 77010c5 commit 39d213e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

amicons/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"strictNullChecks": true,
1717
"allowSyntheticDefaultImports": true,
1818
"isolatedModules": true,
19-
"skipLibCheck": true
19+
"skipLibCheck": true,
20+
"ignoreDeprecations": "6.0"
2021
},
21-
"ignoreDeprecations": "6.0",
2222
"include": ["src"],
2323
"exclude": ["node_modules"]
2424
}

0 commit comments

Comments
 (0)