foldkit 0.122.0 → 0.122.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "foldkit",
|
|
3
|
-
"version": "0.122.
|
|
3
|
+
"version": "0.122.1",
|
|
4
4
|
"description": "A TypeScript frontend framework, built on Effect and architected like Elm",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"clean": "rimraf dist *.tsbuildinfo",
|
|
175
175
|
"build": "pnpm run clean && tsc -b tsconfig.build.json",
|
|
176
176
|
"watch": "tsc -b tsconfig.build.json --watch",
|
|
177
|
-
"typecheck": "tsc -
|
|
177
|
+
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
178
178
|
"test": "vitest run --coverage",
|
|
179
179
|
"docs": "typedoc"
|
|
180
180
|
}
|