feature: add tslint script, add tsconfig.spec

This commit is contained in:
Kamil Myśliwiec
2018-04-22 12:42:34 +02:00
parent 5717281847
commit cd4b5f89b4
4 changed files with 10 additions and 4 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"declaration": false,
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
@@ -10,7 +10,6 @@
"experimentalDecorators": true,
"target": "es6",
"sourceMap": true,
"allowJs": true,
"outDir": "./dist",
"baseUrl": "./src"
},