{
	"compilerOptions": {
		"target": "es5",
		"module": "es2015",
		"moduleResolution": "node",
		"sourceMap": true,
		"emitDecoratorMetadata": true,
		"experimentalDecorators": true,
		"removeComments": false,
		"noImplicitAny": false,
		"suppressImplicitAnyIndexErrors": true,
		"outDir": "./lib-temp",
        "rootDir": ".",
        "stripInternal": true,
        "skipLibCheck": true,
        "types": ["node"]
	},
	"files": [
		"src/index.ts"
	],
	"exclude": [
		"node_modules"
	],
	"angularCompilerOptions": {
		"genDir": "aot",
		"skipMetadataEmit": false
	}
}