Skip to content

Commit

Permalink
feat: typescript support
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Nov 23, 2024
1 parent b200cbe commit b284960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.12.5",
"version": "24.12.6",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion tests/config/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { config } from '@vue/test-utils';
import WebitelUi from '../../src/install.js';
import WebitelUi from '../../src/install.ts';
import i18n from '../../src/locale/i18n.js';

config.global.plugins = [
Expand Down

0 comments on commit b284960

Please sign in to comment.