Skip to content

Commit 0b3e829

Browse files
author
Martynas Žilinskas
committed
Updated tsconfig and gitignore.
1 parent 07ac201 commit 0b3e829

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ wwwroot
2323
dist
2424
test
2525
cpj.config.json
26+
npm-debug.log

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
},
2121
"exclude": [
2222
"node_modules",
23-
"test"
23+
"example"
2424
]
2525
}

0 commit comments

Comments
 (0)