@chronicals/sdk
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@chronicals/sdk", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "The frontendless framework for high growth companies. Chronicals automatically generates apps by inlining the UI in your backend code. It's a faster and more maintainable way to build internal tools, rapid prototypes, and more.", | ||
@@ -5,0 +5,0 @@ "homepage": "", |
@@ -12,4 +12,4 @@ { | ||
"rootDir": "./src", | ||
"moduleResolution": "nodenext", | ||
"module": "NodeNext", | ||
"moduleResolution": "Node", | ||
"module": "None", | ||
"noUnusedLocals": false, | ||
@@ -16,0 +16,0 @@ "noUnusedParameters": false, |
1133163