Skip to content

Commit

Permalink
Merge pull request #977 from polco/typescript-module
Browse files Browse the repository at this point in the history
types are exported as a module
  • Loading branch information
MaxBittker authored Jul 7, 2017
2 parents 4b3f2b3 + 7822eed commit da8503d
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 258 deletions.
4 changes: 2 additions & 2 deletions typescript/raven-tests.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Raven = require('..');
import Raven = require('..'); // or import * as Raven from '..'

Raven.config('https://public@sentry.io/1').install();

var options = {
var options: Raven.RavenOptions = {
logger: 'my-logger',
ignoreUrls: [
/graph\.facebook\.com/i,
Expand Down
Loading

0 comments on commit da8503d

Please sign in to comment.