Skip to content

Commit

Permalink
build: add TypeScript declaration files
Browse files Browse the repository at this point in the history
  • Loading branch information
platosha committed Oct 7, 2024
1 parent f88fc5a commit aed2ed0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"lint": "npm-run-all --parallel lint:*",
"lint:js": "eslint --ext .html,.js src test demo *.js *.html",
"lint:css": "stylelint demo/**/*.html",
"build": "tsx scripts/build.ts",
"build": "npm-run-all --parallel build:*",
"build:esbuild": "tsx scripts/build.ts",
"build:tsc": "tsc --emitDeclarationOnly --isolatedModules -p tsconfig.build.json",
"start": "vite",
"test": "karma start karma.config.cjs",
"test:watch": "npm run test -- --watch",
Expand Down

0 comments on commit aed2ed0

Please sign in to comment.