"use strict";
module.exports = {
"globals": {
"define": true,
"document": true,
"window": true,
"CustomEvent": true,
"JSONView": true
}
};