Add a tslint config

This commit is contained in:
Eric Schultz 2019-02-14 14:25:22 -06:00
parent 961695403c
commit 4ccbefbcd5

3
tslint.json Normal file
View file

@ -0,0 +1,3 @@
{
"indent": [true, "spaces"]
}