0.1.10 (#11)
All checks were successful
Publish / publish (push) Successful in 15s
Lint / lint (push) Successful in 10s

Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
Julien Valverdé
2024-08-20 02:23:44 +02:00
parent ca1d28a93c
commit cfb3d20d44
2 changed files with 13 additions and 12 deletions

View File

@@ -4,9 +4,10 @@ import { defineConfig } from "tsup"
export default defineConfig({
entry: [
"./src/index.ts",
"./src/Types/index.ts",
"./src/Layers/index.ts",
"./src/Schema/index.ts",
"./src/Schema/MobX/index.ts",
"./src/Types/index.ts",
],
format: ["esm", "cjs"],
skipNodeModulesBundle: true,