{
	"files": [
		"ng.tree.ts",
		"demo/main.ts"
	],
	"compileOnSave": true,
	"compilerOptions": {
		"module": "commonjs",
		"noImplicitAny": true,
		"removeComments": true,
		"target": "es5",
		"emitDecoratorMetadata": true,
		"experimentalDecorators": true,
		"watch": true,
		"declaration": true,
		"lib": [
			"es2017",
			"dom"
		],
		"typeRoots": [
			"node_modules/@types"
		]
	},
	"exclude": [
		"node_modules"
	]
}