grunt-local-typescript

1.0.0 • Public • Published

grunt-local-typescript

Compile ts files with local installed TypeScript

You can pass Compiler Options to TypeScript (TSC) CLI https://www.typescriptlang.org/docs/handbook/compiler-options.html

grunt.initConfig({
  local_typescript: {
    options: {
      typescript: 'node_modules/.bin/tsc',
    },
    dev: {
      options: {
        'project': 'path/to/tscondig.json'
      }
    }
  }
},
});

Readme

Keywords

Package Sidebar

Install

npm i grunt-local-typescript

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • memolog