Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 522d8f3

Browse files
committed
Remove redundant tsconfig setting
1 parent a5798f7 commit 522d8f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"noEmit": true,
99
"skipLibCheck": true,
1010
"strict": true,
11-
"target": "es2017",
12-
"typeRoots": ["./node_modules/@types"]
11+
"target": "es2017"
1312
},
1413
"exclude": ["./dist/**/*"]
1514
}

0 commit comments

Comments
 (0)