Skip to content

Commit

Permalink
Check Rollup config better
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Oct 7, 2024
1 parent e817a85 commit bcb2334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "tshet-uinh",
"version": "0.15.1",
"description": "A JavaScript library for the Qieyun phonological system",
"module": "true",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions rollup.config.mjs → rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import typescript from '@rollup/plugin-typescript';

/** @type { import("rollup").RollupOptions[] } */
export default [
{
input: 'src/index.ts',
Expand Down

0 comments on commit bcb2334

Please sign in to comment.