docs(samples): removed unused typings excludes from tsconfig
This commit is contained in:
parent
3f50248940
commit
f513ee83c7
|
@ -13,8 +13,6 @@
|
|||
"exclude": [
|
||||
"node_modules",
|
||||
"typings/main",
|
||||
"typings/main.d.ts",
|
||||
"typings/es6-collections/es6-collections.d.ts",
|
||||
"typings/es6-promise/es6-promise.d.ts"
|
||||
"typings/main.d.ts"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue