Skip to content

Commit

Permalink
Convert src/index.js to .ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Aug 17, 2021
1 parent 9ce7d2b commit 98542a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
11 changes: 0 additions & 11 deletions src/index.d.ts

This file was deleted.

4 changes: 0 additions & 4 deletions src/index.js → src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
* Side Public License, v 1.
*/

import * as Packages from '../packages';

export * from './components';
export * from './services';
export * from './utils';
export * from './themes';

export { Packages };
2 changes: 1 addition & 1 deletion src/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
devtool: isProduction ? 'source-map' : 'cheap-module-source-map',

entry: {
guide: './index.js',
guide: './index.ts',
},

context: __dirname,
Expand Down

0 comments on commit 98542a6

Please sign in to comment.