Skip to content

Commit

Permalink
chore: compiler options target
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Jun 12, 2024
1 parent e9212b9 commit 03e5629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/l7plot/__tests__/helper/plot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import { L7PlotOptions, PlotOptions } from '../../src/types';
import { createDiv } from './dom';

const mapConfig = {
type: 'mapbox',
token: 'pk.eyJ1IjoibGl1dmlnb25nenVvc2hpIiwiYSI6ImNrdW02cjU3ZjNvaHIyb3FsbGR2b2dja2MifQ.OLUdvRf2ZY3lhnJzBU9ToQ',
type: 'map',
};

export const createPlot = <T extends Plot<any>, U extends PlotOptions>(PlotClass: any, options: U): T => {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* Visit https://aka.ms/tsconfig.json to read more about this file */

/* Basic Options */
"target": "es5",
"target": "es6",
"module": "commonjs",
"lib": ["DOM", "ESNext", "WebWorker"],
"allowJs": false,
Expand Down

0 comments on commit 03e5629

Please sign in to comment.