@eslinted/core 4.0.5-rc.4 → 4.0.5-rc.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tsconfig.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.18.0-core.0",
3
3
  "name": "@eslinted/core",
4
- "version": "4.0.5-rc.4",
4
+ "version": "4.0.5-rc.5",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",
package/tsconfig.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "display": "@jimbojet/tsc",
3
3
  "$schema": "https://json.schemastore.org/tsconfig",
4
- "_version": "5.6.1",
4
+ "_version": "5.6.1-core.0",
5
5
  "include": [
6
6
  "*.config.ts",
7
7
  "src/**/*.ts",
@@ -41,7 +41,7 @@
41
41
  // "allowUmdGlobalAccess": true,
42
42
  // "baseUrl": "./",
43
43
  // "customConditions": [],
44
- "module": "es2022",
44
+ "module": "preserve",
45
45
  "moduleResolution": "bundler",
46
46
  // "moduleSuffixes": [],
47
47
  // "noResolve": true,
@@ -118,7 +118,7 @@
118
118
  "es2023",
119
119
  /* {CONFIGURE} */
120
120
  ],
121
- // "moduleDetection": "auto",
121
+ "moduleDetection": "force",
122
122
  // "noLib": true,
123
123
  // "reactNamespace": "",
124
124
  "target": "es2022",