0.14.7 • Published 6 years ago

baset-reader-ts v0.14.7

Weekly downloads
75
License
MIT
Repository
github
Last release
6 years ago

Known Vulnerabilities

BaseT TypeScript plugin

TypeScript reader plugin for BaseT project.

Installation and usage

Run:

npm install --save-dev baset-reader-ts

and adding next line to baset.plugins section in your package.json or plugins section in your .basetrc/.basetrc.json:

".spec.ts$": ["baset-reader-ts", "baset-baseliner-json"]

You may also specify additional options for this plugin under baset.options section in your package.json or options section in your .basetrc/.basetrc.json:

"baset-reader-ts": {
    "config": "./tsconfig.json"  // path to your config
}

or

"baset-reader-ts": {
    "config": {
        "compilerOptions": {
            "target": "es2015",
            "module": "commonjs",
            // and any other options for compiler
        }
    }
}

Obviously, not every option for TS compiler will have noticeable impact on tests.

Full list of available compiler options you may find at official TS documentation

0.14.7

6 years ago

0.14.6

6 years ago

0.14.4

6 years ago

0.14.3

6 years ago

0.14.2

6 years ago

0.13.7

6 years ago

0.13.6

6 years ago

0.13.5

6 years ago

0.13.4

6 years ago

0.13.1

6 years ago

0.13.0

6 years ago

0.12.0

6 years ago

0.11.1

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.4

6 years ago

0.7.3

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago