UNPKG

@apify/tsconfig

Version:

TypeScript configuration shared across projects in Apify.

28 lines (27 loc) 622 B
{ "name": "@apify/tsconfig", "version": "0.1.2", "description": "TypeScript configuration shared across projects in Apify.", "author": "Vlad Frangu <vlad.frangu@apify.com>", "license": "Apache-2.0", "main": "tsconfig.json", "exports": { ".": "./tsconfig.json" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "tsconfig.json" ], "repository": { "type": "git", "url": "git+https://github.com/apify/apify-tsconfig.git" }, "bugs": { "url": "https://github.com/apify/apify-tsconfig" }, "publishConfig": { "access": "public" } }