UNPKG
starling-framework
Version:
latest (2.7.1)
2.7.1
2.7.0
2.5.1
2.5.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.4
2.3.3
2.3.2
2.3.1
2.2.1
2.2.0
A fast, productive library for 2D cross-platform development.
gamua.com/starling/
openfl/starling
starling-framework
/
scripts
/
tsconfig.json
15 lines
•
285 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"ES2015"
,
"module"
:
"CommonJS"
,
"moduleResolution"
:
"node"
,
"noEmit"
:
true
,
"paths"
:
{
"openfl"
:
[
"../node_modules/openfl/lib/openfl"
]
,
"openfl/*"
:
[
"../node_modules/openfl/lib/openfl/*"
]
}
}
,
"include"
:
[
"../lib/**/*.d.ts"
]
}