Skip to content

Commit 277b84e

Browse files
committed
Removes unneeded build artifacts
1 parent c07c2fd commit 277b84e

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

.npmignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.git/
2+
3+
# for VSCode
4+
.vscode/
5+
6+
# for npm
7+
node_modules/
8+
npm-shrinkwrap.json
9+
10+
# exclude tests
11+
test/
12+
13+
# misc
14+
example/
15+
.gitignore
16+
tslint.json
17+
npm-debug.log

src/index.js

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

src/index.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"moduleResolution": "node",
99
"esModuleInterop": true,
1010
"allowSyntheticDefaultImports": true,
11-
"sourceMap": true,
11+
"sourceMap": false,
1212
"baseUrl": ".",
13+
"outDir": "dist",
1314
"paths": {
1415
"@/*": [
1516
"src/*"

0 commit comments

Comments
 (0)