Skip to content

Commit 9cef633

Browse files
committed
build setting
1 parent 1df6bd2 commit 9cef633

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"name": "typescript-plugin-namespace-import",
33
"version": "0.1.0",
44
"description": "",
5-
"main": "index.js",
5+
"main": "dist/index.js",
66
"scripts": {
7+
"build": "tsc",
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
910
"repository": {

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"target": "ES2017",
44
"lib": ["esnext", "dom"],
55
"module": "commonjs",
6+
"outDir": "dist",
67
"strict": true,
78
"esModuleInterop": true
89
},

0 commit comments

Comments
 (0)