0.1.10 (#11)
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user