{
	"compilerOptions": {
		"allowJs": true,
		"lib": ["ESNext"],
	},
	"include": [
		"src/**/*.js"
	],
}