Skip to content

Commit

Permalink
fix: fix build (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGenius authored Jul 26, 2023
1 parent e148bdd commit b8f8ef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/CompositeBar/__stories__/moc.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import settingsIcon from '../../../../.storybook/assets/settings.svg';
import addIcon from '../../../../.storybook/assets/add.svg';
import {MenuItem} from '~src/components/types';
import {MenuItem} from 'src/components/types';

function renderTag(tag: string) {
return <div className="composite-bar-showcase__tag">{tag.toUpperCase()}</div>;
Expand Down
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
"compilerOptions": {
"jsx": "react",
"module": "esnext",
"baseUrl": ".",
"allowJs": true,
"outDir": "build",
"declaration": true,
"paths": {
"~src/*": ["./src/*"]
}
"declaration": true
},
"include": [
"src/**/*.ts",
Expand Down

0 comments on commit b8f8ef5

Please sign in to comment.