UNPKG
@apache-royale/royale-js
Version:
latest (0.9.12)
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.4
0.9.3
0.9.1
0.9.0
0.0.1
Apache Royale (formerly FlexJS)
royale.apache.org
@apache-royale/royale-js
/
royale-asjs
/
examples
/
royale
/
AlertExample
/
asconfig.json
15 lines
(14 loc)
•
333 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"config"
:
"royale"
,
"compilerOptions"
:
{
"debug"
:
false
,
"targets"
:
[
"JSRoyale"
]
,
"source-map"
:
true
}
,
"copySourcePathAssets"
:
true
,
"additionalOptions"
:
"-remove-circulars -js-output-optimization=skipAsCoercions"
,
"files"
:
[
"src/main/royale/AlertExample.mxml"
]
}