diff --git a/src/components/CompositeBar/__stories__/moc.tsx b/src/components/CompositeBar/__stories__/moc.tsx index 38928bb..e7332f5 100644 --- a/src/components/CompositeBar/__stories__/moc.tsx +++ b/src/components/CompositeBar/__stories__/moc.tsx @@ -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
{tag.toUpperCase()}
; diff --git a/tsconfig.json b/tsconfig.json index 48a0076..1359be7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,12 +3,10 @@ "compilerOptions": { "jsx": "react", "module": "esnext", + "baseUrl": ".", "allowJs": true, "outDir": "build", - "declaration": true, - "paths": { - "~src/*": ["./src/*"] - } + "declaration": true }, "include": [ "src/**/*.ts",