UNPKG

starling-framework

Version:

A fast, productive library for 2D cross-platform development.

15 lines 285 B
{ "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" ] }