Skip to content

Commit 66dddf7

Browse files
authored
Merge pull request #936 from githru/revert-933-feature/view-package-deployment
Revert "feat(view): mcp tool 연동용 컴포넌트 배포"
2 parents 5754d28 + 24fcb36 commit 66dddf7

3 files changed

Lines changed: 6 additions & 19 deletions

File tree

packages/view/index.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/view/package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
{
2-
"name": "githru-view-components",
2+
"name": "@githru-vscode-ext/view",
33
"version": "0.8.0",
44
"description": "view module for githru",
5-
"main": "dist/index.js",
6-
"types": "dist/index.d.ts",
7-
"files": ["dist"],
8-
"exports": {
9-
".": "./dist/index.js",
10-
"./components": "./dist/components/index.js"
11-
},
125
"engines": {
136
"node": ">=16",
147
"npm": ">=8"
@@ -17,8 +10,6 @@
1710
"start": "webpack serve --config webpack.dev.config.js",
1811
"build": "webpack --config webpack.prod.config.js",
1912
"build:dev": "webpack --config webpack.dev.config.js",
20-
"build:lib": "tsc --build",
21-
"prepublishOnly": "npm run build:lib",
2213
"test": "jest",
2314
"test:e2e": "playwright test"
2415
},

packages/view/tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
3131

3232
/* Modules */
33-
"module": "commonjs" /* Specify what module code is generated. */,
33+
"module": "esnext" /* Specify what module code is generated. */,
3434
// "rootDir": "./", /* Specify the root folder within your source files. */
3535
"moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */,
3636
"baseUrl": "./src" /* Specify the base directory to resolve non-relative module names. */,
@@ -53,14 +53,14 @@
5353
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
5454

5555
/* Emit */
56-
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
57-
"declarationMap": true, /* Create sourcemaps for d.ts files. */
56+
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
57+
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
5858
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
5959
"sourceMap": true /* Create source map files for emitted JavaScript files. */,
6060
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
61-
"outDir": "./dist" /* Specify an output folder for all emitted files. */,
61+
"outDir": "./lib" /* Specify an output folder for all emitted files. */,
6262
// "removeComments": true, /* Disable emitting comments. */
63-
// "noEmit": true /* Disable emitting files from a compilation. */,
63+
"noEmit": true /* Disable emitting files from a compilation. */,
6464
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
6565
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */
6666
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */

0 commit comments

Comments
 (0)