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