diff --git a/package.json b/package.json index 449f6323b9a..e689c8880dd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "lint": "tslint 'src/**/*.ts'", "preversion": "npm-run-all clean test copy", "test": "npm-run-all build test-rules", - "test-rules": "for path in ./test/rules/*; do tslint -r ./build/ --test $path; done" + "test-rules": "for path in ./test/rules/*; do tslint -r ./build/rules/ --test $path; done" }, "devDependencies": { "colors": "^1.1.2", diff --git a/tsconfig.json b/tsconfig.json index b18b5fc841f..c1a6357e791 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "declaration": true, "sourceMap": false, "target": "es5", - "rootDir": "src/rules/", + "rootDir": "src/", "outDir": "build/" }, "exclude": [