@es-pkg/compile 1.0.6 → 1.0.7

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/cjs/index.js CHANGED
@@ -115,13 +115,11 @@ function getInputOptions(format, declarationDir) {
115
115
  // 可选,指定 tsconfig
116
116
  compilerOptions: {
117
117
  module: "esnext",
118
- importHelpers: false,
119
118
  esModuleInterop: true,
120
119
  allowSyntheticDefaultImports: true,
121
120
  noImplicitAny: true,
122
121
  isolatedModules: false,
123
122
  declaration: !!declarationDir,
124
- allowImportingTsExtensions: false,
125
123
  declarationDir,
126
124
  noEmit: false,
127
125
  emitDeclarationOnly: !!declarationDir,
package/esm/index.js CHANGED
@@ -81,13 +81,11 @@ function getInputOptions(format, declarationDir) {
81
81
  tsconfig: resolveApp('tsconfig.json'), // 可选,指定 tsconfig
82
82
  compilerOptions: {
83
83
  module: 'esnext',
84
- importHelpers: false,
85
84
  esModuleInterop: true,
86
85
  allowSyntheticDefaultImports: true,
87
86
  noImplicitAny: true,
88
87
  isolatedModules: false,
89
88
  declaration: !!declarationDir,
90
- allowImportingTsExtensions: false,
91
89
  declarationDir,
92
90
  noEmit: false,
93
91
  emitDeclarationOnly: !!declarationDir,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@es-pkg/compile",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "组件打包工具",
5
5
  "main": "cjs/index.js",
6
6
  "keywords": [