UNPKG

@nadle/ts-config

Version:

Shared Typescript configuration for Nadle projects

33 lines 734 B
{ "name": "@nadle/ts-config", "version": "0.0.2", "description": "Shared Typescript configuration for Nadle projects", "license": "MIT", "type": "module", "files": [ "index.js", "tsconfig.json" ], "exports": { "./tsconfig.json": "./tsconfig.json" }, "author": { "name": "Nam Hoang Le", "email": "namhoangle.dev@gmail.com", "url": "https://github.com/nam-hle" }, "repository": { "type": "git", "url": "git+https://github.com/nadlejs/config.git", "directory": "packages/tsconfig" }, "keywords": [ "nadle", "tsconfig", "typescript", "config", "shared-config" ], "homepage": "https://nadle.dev", "bugs": "https://github.com/nadlejs/config/issues" }