diff --git a/main.json b/main.json index 73099fb5b5..d8197ee1f2 100644 --- a/main.json +++ b/main.json @@ -8,11 +8,17 @@ "define": { // "goog.dom.ASSUME_STANDARDS_MODE": true, - "goog.DEBUG": true + "goog.DEBUG": false }, "mode": "ADVANCED", "level": "VERBOSE", + "pretty-print": true, + "debug": true, + + "experimental-compiler-options": { + "generateExports": true + }, "checks": { // acceptable values are "ERROR", "WARNING", and "OFF"