1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 01:53:55 +00:00

stub out some services

This commit is contained in:
Kyle Spearrin
2018-05-12 21:24:28 -04:00
parent bb54e2a381
commit 8f49b58d2e
5 changed files with 116 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
{
"compilerOptions": {
"pretty": true,
"moduleResolution": "node",
"target": "ES6",
"module": "commonjs",
"noImplicitAny": true,
"allowJs": true,
"sourceMap": true,