@codecompose/typescript-config
Version:
Opinionated reusable TypeScript configurations
35 lines • 795 B
JSON
{
"name": "@codecompose/typescript-config",
"description": "Opinionated reusable TypeScript configurations",
"version": "2.1.1",
"license": "MIT",
"author": "Thijs Koerselman",
"publishConfig": {
"access": "public"
},
"keywords": [
"typescript",
"config",
"monorepo",
"strict",
"reusable",
"nextjs",
"react",
"library",
"service",
"bundler"
],
"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": {}
}