UNPKG

@lokalise/tsconfig

Version:

Shared TypeScript configuration for Lokalise projects.

35 lines (34 loc) 1.09 kB
{ "name": "@lokalise/tsconfig", "version": "1.3.0", "license": "Apache-2.0", "type": "module", "repository": { "type": "git", "url": "git://github.com/lokalise/shared-ts-libs.git" }, "homepage": "https://github.com/lokalise/shared-ts-libs", "publishConfig": { "access": "public" }, "files": ["configs"], "exports": { "./bundler": "./configs/bundler.json", "./bundler-dom": "./configs/bundler-dom.json", "./tsc": "./configs/tsc.json", "./tsc-dom": "./configs/tsc-dom.json", "./build-app": "./configs/build-app.json", "./build-public-lib": "./configs/build-public-lib.json", "./build-private-lib": "./configs/build-private-lib.json" }, "scripts": { "lint": "biome check .", "lint:fix": "biome check --write", "package-version": "echo $npm_package_version", "postversion": "biome check --write package.json" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@lokalise/biome-config": "^1.5.0" } }