mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
minor change to #6904
This commit is contained in:
parent
815722c3cc
commit
3bb9d47a45
@ -2,6 +2,6 @@ module.exports = function(config) {
|
||||
'use strict'
|
||||
return {
|
||||
tslint : "node ./node_modules/tslint/lib/tslint-cli.js -c tslint.json --project ./tsconfig.json",
|
||||
tscompile: "node ./node_modules/typescript/lib/tsc.js -p tsconfig.json"
|
||||
tscompile: "node ./node_modules/typescript/lib/tsc.js -p tsconfig.json --diagnostics"
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user