{
	"$schema": "https://json.schemastore.org/tsconfig",
	"display": "Base",
	"compilerOptions": {
		"target": "esnext",
		"module": "esnext",
		"moduleResolution": "bundler",
		"strict": true,
		"esModuleInterop": true,
		"lib": ["ESNext"],
		"skipLibCheck": true
	},
	"exclude": ["node_modules"]
}
