mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
fix(www): transpiler failure
This commit is contained in:
parent
0d9147456f
commit
9c9207c08e
4 changed files with 21 additions and 2 deletions
|
|
@ -4,6 +4,12 @@
|
|||
"private": true,
|
||||
"main": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"default": "./src/index.ts"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "biome check",
|
||||
"typecheck": "tsc --noEmit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue