Skip to content

Commit

Permalink
Add more types or turn off checker for later work
Browse files Browse the repository at this point in the history
  • Loading branch information
cloke committed Sep 17, 2024
1 parent a3259a4 commit 7e7cb07
Show file tree
Hide file tree
Showing 21 changed files with 265 additions and 115 deletions.
1 change: 1 addition & 0 deletions ember-apache-echarts/src/components/chart/bar.gts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import { action } from '@ember/object';
import { htmlSafe } from '@ember/template';
import { or } from 'ember-truth-helpers';
Expand Down
1 change: 1 addition & 0 deletions ember-apache-echarts/src/components/chart/pie.gts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import { pick } from 'lodash-es';
import { action } from '@ember/object';
import Component from '@glimmer/component';
Expand Down
Loading

0 comments on commit 7e7cb07

Please sign in to comment.