@eslinted/core 4.0.5-rc.3 → 4.0.5-rc.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -4
- 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
|
+
"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",
|
@@ -13,11 +13,12 @@
|
|
13
13
|
"access": "public"
|
14
14
|
},
|
15
15
|
"type": "module",
|
16
|
-
"types": "dist/index.d.ts",
|
17
16
|
"exports": {
|
18
17
|
".": {
|
19
|
-
"
|
20
|
-
|
18
|
+
"import": {
|
19
|
+
"types": "./dist/index.d.ts",
|
20
|
+
"default": "./dist/index.js"
|
21
|
+
}
|
21
22
|
}
|
22
23
|
},
|
23
24
|
"config": {
|
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": "
|
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
|
-
|
121
|
+
"moduleDetection": "force",
|
122
122
|
// "noLib": true,
|
123
123
|
// "reactNamespace": "",
|
124
124
|
"target": "es2022",
|