blob: a11dbb4ea84eecc27dd12fbf0a7b84e306f79b0e [file] [log] [blame]
{
"config": "royale",
"compilerOptions": {
"debug": true,
"targets": ["SWF","JSRoyale"],
// "theme": "${royalelib}/themes/JewelTheme/src/main/resources/styles.css",
"source-map": true,
"library-path": [
"${royalelib}/js/libs/MXRoyaleJS.swc"
],
"js-library-path": [
"${royalelib}/js/libs/MXRoyaleJS.swc"
]
},
"additionalOptions": "-remove-circulars -js-output-optimization=skipAsCoercions",
"files":
[
"src/main/royale/App.mxml"
]
}