File structure refactoring
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2024-09-07 03:08:09 +02:00
parent 8dc794635e
commit f939e516b3
21 changed files with 16 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ export default defineConfig({
"./src/Schema/TanStackForm/index.ts",
"./src/Types/index.ts",
],
format: ["esm", "cjs"],
format: ["esm"],
skipNodeModulesBundle: true,
dts: true,
splitting: true,