@jcoreio/toolchain-typescript 3.1.1 → 3.1.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 +3 -3
  2. package/tsconfig.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jcoreio/toolchain-typescript",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "description": "TypeScript JS build toolchain",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,8 +24,8 @@
24
24
  "@babel/core": "^7.0.0",
25
25
  "eslint": "^8.43.0",
26
26
  "typescript": "^5.1.0",
27
- "@jcoreio/toolchain": "3.1.1",
28
- "@jcoreio/toolchain-esnext": "3.1.1"
27
+ "@jcoreio/toolchain": "3.1.3",
28
+ "@jcoreio/toolchain-esnext": "3.1.3"
29
29
  },
30
30
  "devDependencies": {
31
31
  "eslint": "^8.43.0",
package/tsconfig.json CHANGED
@@ -47,7 +47,7 @@
47
47
  // "typeRoots": [], /* List of folders to include type definitions from. */
48
48
  // "types": [], /* Type declaration files to be included in compilation. */
49
49
  "allowSyntheticDefaultImports": true /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */,
50
- "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
50
+ "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
51
51
  // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
52
52
 
53
53
  /* Source Map Options */
@@ -62,5 +62,6 @@
62
62
 
63
63
  /* Advanced Options */
64
64
  // "declarationDir": "lib" /* Output directory for generated declaration files. */
65
+ "skipLibCheck": true
65
66
  }
66
67
  }