Reorganize ext build scripts and add linting

This commit is contained in:
hensm
2019-02-26 14:08:17 +00:00
parent 1e49fbe9be
commit 2014566cc4
9 changed files with 78 additions and 44 deletions

5
ext/tslint.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": [
"../tslintCommon.json"
]
}