@hotcakes/tsconfig
Version:
Shared TypeScript configuration for the Hotcakes ecosystem. Provides a consistent set of compiler options to be extended across all @hotcakes packages.
26 lines (25 loc) • 631 B
JSON
{
"name": "@hotcakes/tsconfig",
"version": "1.5.0",
"exports": "./tsconfig.json",
"type": "module",
"publishConfig": {
"access": "public"
},
"author": "Crealgo, LLC <hello.crealgo@gmail.com> (https://crealgo.com)",
"license": "MIT",
"keywords": [
"hotcakes",
"typescript",
"tsconfig",
"shared-config",
"compiler-options",
"base-config",
"monorepo",
"tooling"
],
"files": [
"./tsconfig.json"
],
"description": "Shared TypeScript configuration for the Hotcakes ecosystem. Provides a consistent set of compiler options to be extended across all @hotcakes packages."
}