tsc-to
Version:
TypeScript's command-line compiler `tsc` without type-checking. Benefits:
54 lines (53 loc) • 1.21 kB
JSON
{
"name": "tsc-to",
"version": "0.0.4",
"bin": {
"tsc-to": "dist/bin/tsc-to.js",
"tsc-transpile-only": "dist/bin/tsc-to.js"
},
"personalMonoRepoMeta": {
"livesIn": "mono"
},
"dependencies": {
"@ts-tools/service": "^1.0.4"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-typescript": "^7.1.0",
"byots": "^2.9.0-dev.20180411.1.10"
},
"license": "MIT",
"homepage": "https://github.com/cspotcode/personal-monorepo/tree/master/packages/tsc-to",
"bugs": "https://github.com/cspotcode/personal-monorepo/issues?labels=P:tsc-to",
"repository": {
"type": "git",
"url": "https://github.com/cspotcode/personal-monorepo.git"
},
"author": {
"name": "Andrew Bradley",
"url": "https://cspotcode.com"
},
"keywords": [
"TypeScript",
"transpile-only"
],
"scripts": {
"build": "tsc -p ."
},
"files": [
"dist",
"src",
"tsconfig.json"
],
"npmignore": [
".gitignore",
"babel-out",
"babel.config.js",
"BENCHMARK.md",
"yarn.lock",
"yarn-error.log"
]
}