mirror of
https://github.com/zoriya/elysia-swagger.git
synced 2026-06-08 15:54:52 +00:00
fix: add main fields for bundlephobia
This commit is contained in:
+4
-1
@@ -1,7 +1,10 @@
|
|||||||
# 0.1.0-rc.2 - x Dec 2022
|
# 0.1.0-rc.2 - 9 Dec 2022
|
||||||
Improvement:
|
Improvement:
|
||||||
- Support for Elysia 0.1.0-rc.1 onward
|
- Support for Elysia 0.1.0-rc.1 onward
|
||||||
|
|
||||||
|
Fix:
|
||||||
|
- Add main fields Bundlephobia
|
||||||
|
|
||||||
# 0.1.0-rc.1 - 6 Dec 2022
|
# 0.1.0-rc.1 - 6 Dec 2022
|
||||||
Improvement:
|
Improvement:
|
||||||
- Support for Elysia 0.1.0-rc.1 onward
|
- Support for Elysia 0.1.0-rc.1 onward
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
"url": "https://github.com/SaltyAom",
|
"url": "https://github.com/SaltyAom",
|
||||||
"email": "saltyaom@gmail.com"
|
"email": "saltyaom@gmail.com"
|
||||||
},
|
},
|
||||||
|
"main": "./dist/index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
"require": "./dist/cjs/index.js",
|
"require": "./dist/cjs/index.js",
|
||||||
"import": "./dist/index.js",
|
"import": "./dist/index.js",
|
||||||
|
|||||||
+1
-1
@@ -44,7 +44,7 @@
|
|||||||
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
|
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
|
||||||
|
|
||||||
/* Emit */
|
/* Emit */
|
||||||
"declaration": false, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
||||||
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
|
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
|
||||||
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
|
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
|
||||||
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
|
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
|
||||||
|
|||||||
+1
-1
@@ -44,7 +44,7 @@
|
|||||||
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
|
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
|
||||||
|
|
||||||
/* Emit */
|
/* Emit */
|
||||||
"declaration": false, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
||||||
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
|
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
|
||||||
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
|
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
|
||||||
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
|
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
|
||||||
|
|||||||
+1
-1
@@ -44,7 +44,7 @@
|
|||||||
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
|
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
|
||||||
|
|
||||||
/* Emit */
|
/* Emit */
|
||||||
// "declaration": false, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
||||||
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
|
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
|
||||||
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
|
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
|
||||||
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
|
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
|
||||||
|
|||||||
Reference in New Issue
Block a user