Skip to content

Commit

Permalink
Changed tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
batamar committed Sep 7, 2018
1 parent 79a47cd commit 7d5b58f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { toggleCheckBoxes } from 'modules/common/utils';
import * as React from 'react';

export default class Bulk extends React.Component {
constructor(props) {
Expand All @@ -13,6 +13,10 @@ export default class Bulk extends React.Component {
this.refetch = this.refetch.bind(this);
}

refetch() {
return false;
}

toggleBulk(target, toAdd) {
let { bulk } = this.state;

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"baseUrl": "src",
"outDir": "build/dist",
"module": "esnext",
"target": "es5",
Expand Down

0 comments on commit 7d5b58f

Please sign in to comment.