Skip to content

Commit

Permalink
fix(core): 修改package配置
Browse files Browse the repository at this point in the history
  • Loading branch information
yaob421123 committed Mar 30, 2023
2 parents 9550e34 + cac0162 commit ab1ded5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/website/src/components/BaseLayout/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Outlet, Link } from 'react-router-dom';
import { Layout, Affix } from 'uiw';
import GitHubCorners from '@uiw/react-github-corners';
import pkg from 'uiw-admin/package.json';
import * as pkg from 'uiw-admin/package.json';
import styles from './index.module.less';
import SiderMenu from '../SideMenu';

Expand Down
2 changes: 1 addition & 1 deletion examples/website/src/components/SideMenu/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NavLink } from 'react-router-dom';
import DomainVerify from '@uiw/react-domain-verify';
import menus from '../../menus.json';
import * as menus from '../../menus.json';
import styles from './index.module.less';
import React from 'react';

Expand Down
7 changes: 7 additions & 0 deletions packages/document-title/tsconfig copy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "../../tsconfig",
"include": ["src/**/*"],
"compilerOptions": {
"baseUrl": "./"
}
}

0 comments on commit ab1ded5

Please sign in to comment.