yxorp 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tsconfig.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yxorp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Yxorp is a reverse proxy for rewriting or mocking API data.",
5
5
  "main": "src/index.ts",
6
6
  "bin": {
package/tsconfig.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "ts-node": {
5
5
  // It is faster to skip typechecking.
6
6
  // Remove if you want ts-node to do typechecking.
7
- // "transpileOnly": true,
7
+ "transpileOnly": true,
8
8
  "files": true,
9
9
  "compilerOptions": {
10
10
  // compilerOptions specified here will override those declared below,