Appease linter

This commit is contained in:
Alex Browne
2018-10-09 14:17:40 -07:00
parent 6c8fb370dc
commit 1b8b2c0b9b
6 changed files with 16 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": ".",
"rootDir": "."
},
"include": ["./src/**/*", "./wrappers/**/*"],
"include": ["./src/**/*", "./wrappers/**/*"]
}