Skip to content

Commit

Permalink
export ICS namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
filecage committed Jul 29, 2023
1 parent 22ba13a commit 0cd12e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {ICS} from './ICS';
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'tsup';
import { resolve, join } from 'path';

export default defineConfig({
entry: ['src/parser.ts'],
entry: ['src/index.ts', 'src/parser.ts'],
splitting: true,
sourcemap: false,
clean: true,
Expand Down

0 comments on commit 0cd12e7

Please sign in to comment.