@tonder.io/ionic-full-sdk 0.0.61 → 0.0.62-beta.DEV-2106.99e3729

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/tsconfig.json CHANGED
@@ -7,6 +7,7 @@
7
7
  /* Modules */
8
8
  "module": "esnext", /* Specify what module code is generated. */
9
9
  "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
10
+ "resolveJsonModule": true, /* Enable importing .json files. */
10
11
  /* Emit */
11
12
  "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
12
13
  "outDir": "./dist", /* Specify an output folder for all emitted files. */