Build setup
This commit is contained in:
12
package.json
12
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@thilawyn/thilalib",
|
"name": "@thilawyn/thilalib",
|
||||||
"version": "0.1.14",
|
"version": "0.1.15",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"./dist"
|
"./dist"
|
||||||
@@ -47,6 +47,16 @@
|
|||||||
"default": "./dist/Schema/MobX/index.cjs"
|
"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": {
|
"./Types": {
|
||||||
"import": {
|
"import": {
|
||||||
"types": "./dist/Types/index.d.ts",
|
"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/Layers/index.ts",
|
||||||
"./src/Schema/index.ts",
|
"./src/Schema/index.ts",
|
||||||
"./src/Schema/MobX/index.ts",
|
"./src/Schema/MobX/index.ts",
|
||||||
|
"./src/Schema/TanStackForm/index.ts",
|
||||||
"./src/Types/index.ts",
|
"./src/Types/index.ts",
|
||||||
],
|
],
|
||||||
format: ["esm", "cjs"],
|
format: ["esm", "cjs"],
|
||||||
|
|||||||
Reference in New Issue
Block a user