feat: added test to npm and changed from index.js to index.ts
This commit is contained in:
@@ -10,10 +10,11 @@
|
||||
"license": "MIT",
|
||||
"author": "db",
|
||||
"type": "commonjs",
|
||||
"main": "index.js",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
"dev": "vite build --watch",
|
||||
"build": "tsc && vite build",
|
||||
"test": "vitest",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user