@vfourny/node-toolkit 1.0.20 → 1.0.21
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/dist/eslint.config.d.ts +1 -1
- package/package.json +1 -1
- package/tsconfig.base.json +2 -2
package/dist/eslint.config.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("@typescript-eslint/utils/
|
|
1
|
+
declare const _default: import("@typescript-eslint/utils/ts-eslint").FlatConfig.ConfigArray;
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
package/tsconfig.base.json
CHANGED
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
|
|
33
33
|
|
|
34
34
|
/* Modules */
|
|
35
|
-
"module": "
|
|
35
|
+
"module": "NodeNext" /* Specify what module code is generated. */,
|
|
36
36
|
"rootDir": "${configDir}/src" /* Specify the root folder within your source files. */,
|
|
37
|
-
"moduleResolution": "
|
|
37
|
+
"moduleResolution": "nodenext" /* Specify how TypeScript looks up a file from a given module specifier. */,
|
|
38
38
|
"baseUrl": "${configDir}" /* Specify the base directory to resolve non-relative module names. */,
|
|
39
39
|
"paths": {
|
|
40
40
|
"@/*": ["${configDir}/src/*"]
|