0.1.10 #11
22
package.json
22
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@thilawyn/thilalib",
|
"name": "@thilawyn/thilalib",
|
||||||
"version": "0.1.9",
|
"version": "0.1.10",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"./dist"
|
"./dist"
|
||||||
@@ -27,16 +27,6 @@
|
|||||||
"default": "./dist/Layers/index.cjs"
|
"default": "./dist/Layers/index.cjs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"./Types": {
|
|
||||||
"import": {
|
|
||||||
"types": "./dist/Types/index.d.ts",
|
|
||||||
"default": "./dist/Types/index.js"
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"types": "./dist/Types/index.d.cts",
|
|
||||||
"default": "./dist/Types/index.cjs"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"./Schema": {
|
"./Schema": {
|
||||||
"import": {
|
"import": {
|
||||||
"types": "./dist/Schema/index.d.ts",
|
"types": "./dist/Schema/index.d.ts",
|
||||||
@@ -56,6 +46,16 @@
|
|||||||
"types": "./dist/Schema/MobX/index.d.cts",
|
"types": "./dist/Schema/MobX/index.d.cts",
|
||||||
"default": "./dist/Schema/MobX/index.cjs"
|
"default": "./dist/Schema/MobX/index.cjs"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"./Types": {
|
||||||
|
"import": {
|
||||||
|
"types": "./dist/Types/index.d.ts",
|
||||||
|
"default": "./dist/Types/index.js"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"types": "./dist/Types/index.d.cts",
|
||||||
|
"default": "./dist/Types/index.cjs"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -4,9 +4,10 @@ import { defineConfig } from "tsup"
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
entry: [
|
entry: [
|
||||||
"./src/index.ts",
|
"./src/index.ts",
|
||||||
"./src/Types/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/Types/index.ts",
|
||||||
],
|
],
|
||||||
format: ["esm", "cjs"],
|
format: ["esm", "cjs"],
|
||||||
skipNodeModulesBundle: true,
|
skipNodeModulesBundle: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user