# typescript-box

> An enhanced version of the original TypeScript compiler.

Latest version **2.8.4** (published 2018-07-20) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install typescript-box
pnpm add typescript-box
yarn add typescript-box
bun add typescript-box
```

Provides the commands `tsc-x`, `tsserver`.

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; large bundle.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.8.4 |
| Published | 2018-07-20 |
| First published | 2018-04-25 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=4.2.0 |
| Dependencies | 0 |
| Unpacked size | 53.8 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | sunnyboxs |
| Maintainers | sunnyboxs |
| Keywords | TypeScript, Microsoft, compiler, language, javascript |

## Links

- npm: https://www.npmjs.com/package/typescript-box
- Repository: https://github.com/sunnyboxs/typescript-box
- Issues: https://github.com/sunnyboxs/typescript-box/issues
- npm.io page: https://npm.io/package/typescript-box

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 2.8.4 (latest) — 2018-07-20
- 2.8.3 — 2018-07-19
- 2.8.2 — 2018-06-12
- 2.8.1 — 2018-05-29
- 2.8.0 — 2018-05-20
- 2.7.9 — 2018-05-05
- 2.7.8 — 2018-05-04
- 2.7.7 — 2018-05-04
- 2.7.6 — 2018-04-30
- 2.7.5 — 2018-04-29
- 2.7.4 — 2018-04-26
- 2.7.3 — 2018-04-25

## README

# typescript-box ( Support WebGL2.0 )
An enhanced version of the original typescript compiler.
Exactly the same as the tsc command！
- Support TypeScript 2.9.2-release (NEW).
- Support WebGL1.0,WebGL2.0 .
- Support Sort ts files .
- Support Visual Studio Code Ide .
- It is recommended to use typescript namespace
- Use npm publish，Thank！
----

# How to install
`npm install -g typescript-box`

# Show Version
`tsc-x -v`

# How to use
`tsc-x`

`tsc-x --sortFiles`

`tsc-x [input files] [options]`

- Exactly the same as the tsc command.

# Options
| options        | value   |
| --------   | -----:  |
| sortFiles      | false/true   |


# How you can add to tsconfig.json
`tsconfig.json`
```javascript
    {
    	"compilerOptions": {
    		"sortFiles": true,
    		"target": "es5",
    		"declaration": true,
    		"sourceMap": true,
    		"outFile": "bin/js/Main.js",
    		"noImplicitAny": false,
    		"removeComments": false
    	},
    	"exclude": [
    		"node_modules",
    		"bin"]
    }
```

# Use VSCode tsdk:
`settings.json`
```javascript
    {
        "typescript.tsdk": "C:/Users/xxxxxxx/AppData/Roaming/npm/node_modules/typescript-box/lib/"
    }
```

# Auto generate file:
`src/reference.ts`
- This saves the sorted list of dependent references.

# About：
- Welcome to use, if you have BUG also welcome feedback

---
_Source: https://npm.io/package/typescript-box · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
