mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
chore: update tsconfig target to es2018 (#2616)
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"target": "es5"
|
||||
"target": "es2018"
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules", "_jest"]
|
||||
|
||||
Reference in New Issue
Block a user