@codecompose/typescript-config
Version:
Opinionated reusable TypeScript configurations
39 lines • 893 B
JSON
{
"name": "@codecompose/typescript-config",
"description": "Opinionated reusable TypeScript configurations",
"version": "2.0.1",
"license": "MIT",
"author": "Thijs Koerselman",
"publishConfig": {
"access": "public"
},
"keywords": [
"typescript",
"config",
"configuration",
"monorepo",
"strict",
"reusable",
"nextjs",
"react",
"library",
"service"
],
"files": [
"src"
],
"exports": {
"./base": "./src/base.json",
"./library": "./src/library.json",
"./nextjs": "./src/nextjs.json",
"./react-library": "./src/react-library.json",
"./service": "./src/service.json",
"./shared-library": "./src/shared-library.json",
"./shared-react-library": "./src/shared-react-library.json"
},
"devDependencies": {
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0"
}
}