소스 검색

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,


불러오는 중...
취소
저장