Skip to content
This repository was archived by the owner on Aug 29, 2019. It is now read-only.

Commit aa1bb4e

Browse files
author
Phil Price
committed
Add tsconfig
1 parent 34b4c4e commit aa1bb4e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tsconfig.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"compilerOptions": {
3+
"module": "commonjs",
4+
"target": "es6",
5+
"outDir": "out",
6+
"lib": [
7+
"es6"
8+
],
9+
"sourceMap": true,
10+
"rootDir": "."
11+
},
12+
"exclude": [
13+
"node_modules",
14+
".vscode-test"
15+
]
16+
}

0 commit comments

Comments
 (0)