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

Commit 458afca

Browse files
author
Mark
committed
Increase accuracy of TS target + module
1 parent a624344 commit 458afca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "esnext",
4-
"module": "esnext",
3+
"target": "ES6",
4+
"module": "ES2020",
55
"strict": true,
66
"declaration": true,
77
"esModuleInterop": true,

0 commit comments

Comments
 (0)