Skip to content

Commit 9da7f84

Browse files
committed
Avoid setting charset
1 parent d476ae7 commit 9da7f84

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

etc/dtslint/tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"allowUnusedLabels": false,
66
"alwaysStrict": true,
77
"baseUrl": ".",
8-
"charset": "utf8",
98
"forceConsistentCasingInFileNames": true,
109
"keyofStringsOnly": false,
1110
"lib": [

tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"allowUnusedLabels": false,
77
"alwaysStrict": true,
88
"baseUrl": "lib/node_modules",
9-
"charset": "utf8",
109
"checkJs": true,
1110
"forceConsistentCasingInFileNames": true,
1211
"keyofStringsOnly": false,

0 commit comments

Comments
 (0)