ソースを参照

Remove extra lib declaration

Remove DOM lib as it is not used.
master
コミット
f72303520d
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      tsconfig.json

+ 1
- 1
tsconfig.json ファイルの表示

@@ -3,7 +3,7 @@
"compilerOptions": {
"rootDir": "src",
"module": "ESNext",
"lib": ["DOM", "ESNext"],
"lib": ["ESNext"],
"importHelpers": true,
"declaration": true,
"sourceMap": true,


読み込み中…
キャンセル
保存