{
	"extends": "@tevm/tsconfig/base.json",
	"compilerOptions": {
		// comment
		"composite": true,
		"outDir": "types",
		"skipLibCheck": true,
		"plugins": [
			{
				"name": "@tevm/ts-plugin"
			}
		]
	},
	"include": ["src", "src/**/*.json"]
}
