@openui5/sap.tnt
Version:
OpenUI5 UI Library sap.tnt
19 lines (18 loc) • 324 B
JSON
{
"overrides": [
/*
* Productive code, sample and unit test code of sap.tnt has been cleaned up.
* No more references to the global jQuery allowed
*/
{
"files": [
"src/**/*.js",
"test/sap/tnt/demokit/**/*.js",
"test/sap/tnt/qunit/**/*.js"
],
"globals": {
"jQuery": "off"
}
}
]
}