0.1.15 #16
12
package.json
12
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@thilawyn/thilalib",
|
||||
"version": "0.1.14",
|
||||
"version": "0.1.15",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"./dist"
|
||||
@@ -47,6 +47,16 @@
|
||||
"default": "./dist/Schema/MobX/index.cjs"
|
||||
}
|
||||
},
|
||||
"./Schema/TanStackForm": {
|
||||
"import": {
|
||||
"types": "./dist/Schema/TanStackForm/index.d.ts",
|
||||
"default": "./dist/Schema/TanStackForm/index.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./dist/Schema/TanStackForm/index.d.cts",
|
||||
"default": "./dist/Schema/TanStackForm/index.cjs"
|
||||
}
|
||||
},
|
||||
"./Types": {
|
||||
"import": {
|
||||
"types": "./dist/Types/index.d.ts",
|
||||
|
||||
1
src/Schema/TanStackForm/index.ts
Normal file
1
src/Schema/TanStackForm/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./makeSchemaFormValidator"
|
||||
@@ -7,6 +7,7 @@ export default defineConfig({
|
||||
"./src/Layers/index.ts",
|
||||
"./src/Schema/index.ts",
|
||||
"./src/Schema/MobX/index.ts",
|
||||
"./src/Schema/TanStackForm/index.ts",
|
||||
"./src/Types/index.ts",
|
||||
],
|
||||
format: ["esm", "cjs"],
|
||||
|
||||
Reference in New Issue
Block a user