dev #1

Merged
Astrian merged 17 commits from dev into main 2025-02-20 04:29:20 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 952b053e9c - Show all commits

View File

@ -37,7 +37,7 @@
}, },
"main": "dist/index.cjs.js", "main": "dist/index.cjs.js",
"module": "dist/datenel.es.js", "module": "dist/datenel.es.js",
"types": "dist/index.d.ts", "types": "dist/src/index.d.ts",
"files": [ "files": [
"dist" "dist"
] ]

View File

@ -20,8 +20,7 @@ export default defineConfig(({mode}) => ({
}, },
}, },
plugins: [react(), dts({ plugins: [react(), dts({
insertTypesEntry: true, tsconfigPath: "./tsconfig.app.json"
logLevel: "info"
})], })],
resolve: { resolve: {
alias: { alias: {