UNPKG

starling-framework

Version:

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

18 lines (17 loc) 355 B
{ "compilerOptions": { "target": "ES2015", "module": "CommonJS", "moduleResolution": "node", "declaration": true, "emitDeclarationOnly": true, "paths": { "openfl": ["../node_modules/openfl/lib/openfl"], "openfl/*": ["../node_modules/openfl/lib/openfl/*"] } }, "include": [ "../lib/**/*.d.ts", ], "exclude": ["node_modules"] }