{
	"extends": "./tsconfig.json",
	"compilerOptions": {
		"module": "ES6",
		"declaration": false,
		"baseUrl": ".",
		"paths": {
			"@tps/*": ["./src/*"],
			"@test/*": ["./__tests__/*"],
			"templates-mo/*": ["./*"],
			"templates-mo": ["./"]
		}
	},
	"include": ["./src/**/*", "./__tests__/**/*"],
	"exclude": ["node_modules"]
}
