Revert unnecessary changes

This commit is contained in:
Josh Gross
2020-01-11 21:23:55 -05:00
parent 62b5d3a94f
commit 7f15359c45
7 changed files with 30 additions and 7 deletions

View File

@@ -8,5 +8,8 @@
"outDir": "_out",
"forceConsistentCasingInFileNames": true
},
"include": ["*.ts"]
"files": [
"index.ts",
"auth.ts"
]
}