Revert "allow "npm link" of the tool (#4974)"

This reverts commit e8f179e84d.
This commit is contained in:
Denys Vuika
2019-08-07 16:00:38 +01:00
parent 4c73b8266d
commit e4426e61a0
5 changed files with 3406 additions and 46 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"noImplicitThis": true,
"noUnusedParameters": false, // The linter is used for these.
"noUnusedLocals": false, // The linter is used for these.
"outDir": "./bin",
"outDir": "./dist",
"rootDir": ".",
"skipLibCheck": true,
"strictNullChecks": true,