{
	"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"]
}