mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
update TypeScript target version to es2021
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"target": "es2021",
|
||||
"module": "commonjs",
|
||||
"rootDir": "./providers",
|
||||
"outDir": "./dist",
|
||||
|
||||
Reference in New Issue
Block a user