Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit d586c7c

Browse files
petebacondarwinwardbell
authored andcommitted
fix(toh-6): add missing tsconfig file (#3289)
1 parent 5afcc05 commit d586c7c

File tree

2 files changed

+92
-79
lines changed

2 files changed

+92
-79
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es5",
4+
"module": "commonjs",
5+
"moduleResolution": "node",
6+
"sourceMap": true,
7+
"emitDecoratorMetadata": true,
8+
"experimentalDecorators": true,
9+
"lib": [ "es2015", "dom" ],
10+
"noImplicitAny": true,
11+
"suppressImplicitAnyIndexErrors": true
12+
}
13+
}

0 commit comments

Comments
 (0)