feat: listed versioning for beta builds (#192)

This commit is contained in:
Razboy20
2024-03-22 12:15:44 -05:00
committed by GitHub
parent 36ac8607a9
commit 0c42979423
13 changed files with 65 additions and 55 deletions

View File

@@ -6,7 +6,10 @@
"module": "esnext",
"noEmit": true,
"jsx": "react",
"typeRoots": ["./node_modules/@types", "./@types/"],
"typeRoots": [
"./node_modules/@types",
"@types"
],
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true,
@@ -32,6 +35,7 @@
"src",
"utils",
"vite.config.ts",
"@types",
"node_modules/@types",
"src/manifest.ts",
"package.json",
@@ -39,5 +43,7 @@
"postcss.config.cjs",
".storybook",
"unocss.config.ts"
]
,
"@types"
]
}