{
	"files": [
		"lib/all.ts",
		"lib/ottypes.ts",
		"lib/otcomposite.ts",
		"lib/otarray.ts",
		"lib/otmap.ts",
		"lib/otcounter.ts",
		"lib/otclientengine.ts",
		"lib/otserverengine.ts",
		"lib/otsession.ts",
		"testsrc/ottestserver.ts",
		"testsrc/ottestclient.ts",
		"testsrc/servertest.ts",
		"testsrc/testutil.ts",
		"testsrc/compose.ts",
		"testsrc/transform.ts",
		"testsrc/tests.ts"
	],

	"compilerOptions": {
		"noImplicitAny": true,
		"sourceMap": true,
		"target": "es6",
		"module": "commonjs",
		"declaration": true,
    "declarationDir": "dist/",
		"types": [ "node" ]
	}
}
