Prevent config-serializer to be compiled automatically in the ng2 project.

This commit is contained in:
József Farkas
2016-04-19 22:45:40 +02:00
parent 07cc4cef2f
commit e23352ba9f

View File

@@ -12,6 +12,7 @@
"exclude": [
"node_modules",
"typings/main",
"typings/main.d.ts"
"typings/main.d.ts",
"config-serializer"
]
}