@eggjs/tsconfig 1.3.2 → 1.3.3

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 +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eggjs/tsconfig",
3
3
  "description": "Base tsconfig for egg ts project",
4
- "version": "1.3.2",
4
+ "version": "1.3.3",
5
5
  "keywords": [
6
6
  "egg",
7
7
  "typescript",
package/tsconfig.json CHANGED
@@ -11,7 +11,6 @@
11
11
  // and enable '--allowSyntheticDefaultImports' for typesystem compatibility.
12
12
  // Convenient for import assert from 'assert'
13
13
  "esModuleInterop": true,
14
- "charset": "utf8",
15
14
  // Allow javascript files to be compiled.
16
15
  // Egg compile to in place, will throw can not overwrite js file
17
16
  "allowJs": false,