weboptimizer 2.0.1639 → 2.0.1641

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 (1) hide show
  1. package/package.json +4 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1639",
3
+ "version": "2.0.1641",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -433,7 +433,7 @@
433
433
  "--noEmit",
434
434
  "--project",
435
435
  {
436
- "__evaluate__": "self.commandLine['build:types'].arguments[self.commandLine['build:types'].arguments.length - 1]"
436
+ "__evaluate__": "filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.json')) ? path.resolve(currentPath, 'tsconfig.json') : filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.application.json')) ? path.resolve(currentPath, 'tsconfig.application.json') : filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.library.json')) ? path.resolve(currentPath, 'tsconfig.library.json') : `${webOptimizerPath}/tsconfig.application.json`"
437
437
  }
438
438
  ],
439
439
  "command": "tsc"
@@ -483,9 +483,6 @@
483
483
  {
484
484
  "__evaluate__": "`'${self.path.apiDocumentation}'`"
485
485
  },
486
- {
487
- "__evaluate__": "filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.json')) ? '--parser-options=project:tsconfig.json' : ''"
488
- },
489
486
  "--no-warn-ignored",
490
487
  "'**/*.{jsx,ts,tsx}'"
491
488
  ],
@@ -1613,7 +1610,7 @@
1613
1610
  "--emitDeclarationOnly",
1614
1611
  "--project",
1615
1612
  {
1616
- "__evaluate__": "filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.json')) ? path.resolve(currentPath, 'tsconfig.json') : `${webOptimizerPath}/tsconfig.library.json`"
1613
+ "__evaluate__": "filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.json')) ? path.resolve(currentPath, 'tsconfig.json') : filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.library.json')) ? path.resolve(currentPath, 'tsconfig.library.json') : filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.application.json')) ? path.resolve(currentPath, 'tsconfig.application.json') : `${webOptimizerPath}/tsconfig.library.json`"
1617
1614
  }
1618
1615
  ]
1619
1616
  },
@@ -1622,7 +1619,7 @@
1622
1619
  "--noEmit",
1623
1620
  "--project",
1624
1621
  {
1625
- "__evaluate__": "filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.json')) ? path.resolve(currentPath, 'tsconfig.json') : `${webOptimizerPath}/tsconfig.library.json`"
1622
+ "__evaluate__": "filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.json')) ? path.resolve(currentPath, 'tsconfig.json') : filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.library.json')) ? path.resolve(currentPath, 'tsconfig.library.json') : filesystem.isFileSync(path.resolve(currentPath, 'tsconfig.application.json')) ? path.resolve(currentPath, 'tsconfig.application.json') : `${webOptimizerPath}/tsconfig.library.json`"
1626
1623
  }
1627
1624
  ]
1628
1625
  },