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

Commit f513ee8

Browse files
committed
docs(samples): removed unused typings excludes from tsconfig
1 parent 3f50248 commit f513ee8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

public/docs/_examples/tsconfig.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
"exclude": [
1414
"node_modules",
1515
"typings/main",
16-
"typings/main.d.ts",
17-
"typings/es6-collections/es6-collections.d.ts",
18-
"typings/es6-promise/es6-promise.d.ts"
16+
"typings/main.d.ts"
1917
]
2018
}

0 commit comments

Comments
 (0)