{
	"name": "@mheob/tsconfig",
	"version": "2.2.1",
	"description": "My personal configurations for typescript.",
	"keywords": [
		"tsconfig",
		"typescript",
		"ts",
		"config",
		"configuration"
	],
	"homepage": "https://github.com/mheob/config/tree/main/packages/tsconfig",
	"bugs": "https://github.com/mheob/config/issues",
	"repository": {
		"type": "git",
		"url": "https://github.com/mheob/config"
	},
	"license": "MIT",
	"author": "Alexander Böhm <tools@boehm.work>",
	"exports": {
		".": "./commonjs.json",
		"./astro": "./astro.json",
		"./base": "./base.json",
		"./commonjs": "./commonjs.json",
		"./esm": "./esm.json",
		"./nextjs": "./nextjs.json",
		"./react": "./react.json"
	},
	"files": [
		"astro.json",
		"base.json",
		"commonjs.json",
		"esm.json",
		"nextjs.json",
		"react.json"
	],
	"scripts": {},
	"publishConfig": {
		"access": "public"
	}
}
