{
	"extends": "../../tsconfig.base.json",
	"compilerOptions": {
		"outDir": "dist",
		"rootDir": "src",
		"module": "CommonJS",
		"target": "ES2020",
		"noImplicitAny": false
	},
	"include": ["src/**/*"],
	"exclude": ["node_modules", "dist"]
}
