mirror of https://github.com/grafana/grafana
parent
f3ebd2d849
commit
a8ae0a5b79
@ -0,0 +1,7 @@ |
|||||||
|
module.exports = function(config) { |
||||||
|
'use strict' |
||||||
|
return { |
||||||
|
tslint : "node ./node_modules/tslint/lib/tslint-cli.js -c tslint.json --project ./tsconfig.json --type-check", |
||||||
|
tscompile: "node ./node_modules/typescript/lib/tsc.js -p tsconfig.json"
|
||||||
|
}; |
||||||
|
}; |
||||||
Loading…
Reference in new issue