chore(tsconfig.unit-tests.json): exclude tns-core-modules/platforms (#7483)

This commit is contained in:
Svetoslav
2019-07-09 15:03:41 +03:00
committed by GitHub
parent eed86b4a01
commit 902916c40d

View File

@@ -15,6 +15,7 @@
"**/*.ios.d.ts",
"tns-platform-declarations",
"tns-core-modules/node-modules",
"tns-core-modules/references.d.ts"
"tns-core-modules/references.d.ts",
"tns-core-modules/platforms"
]
}