mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
18 lines
381 B
JSON
18 lines
381 B
JSON
{
|
|
"type": "lib",
|
|
"compilerOptions": {
|
|
"source-path": [
|
|
"src",
|
|
"../../spine-as3/spine-as3/src"
|
|
],
|
|
"include-sources": [
|
|
"src",
|
|
"../../spine-as3/spine-as3/src"
|
|
],
|
|
"external-library-path": [
|
|
"starling-2.4.swc"
|
|
],
|
|
"output": "lib/spine-starling.swc",
|
|
"target-player": "32.0"
|
|
}
|
|
} |