Skip to content

Commit 6940363

Browse files
author
Julien Heller
committed
Cleanup
1 parent 296fede commit 6940363

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# See https://help.github.com/ignore-files/ for more about ignoring files.
2-
31
# dependencies
42
node_modules/
53

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"compilerOptions": {
33
"target": "es6",
44
"module": "commonjs",
5-
"declaration": true,
5+
"declaration": true,
66
"outDir": "dist",
7+
"sourceMap": true,
78

89
"strict": true,
910
"noImplicitAny": true,

typings.d.ts

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

0 commit comments

Comments
 (0)