make tests pass

This commit is contained in:
Joscha Feth
2017-06-26 18:19:38 +02:00
parent c176e0bedc
commit 63dca8150f
2 changed files with 3 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
/// <reference types="storybook__react" />
import * as React from 'react';
import { storiesOf } from '@storybook/react';
import { action, decorateAction } from '@storybook/addon-actions';

View File

@@ -15,10 +15,7 @@
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"@storybook/react": ["storybook__react"]
}
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",