diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tsconfig.json b/tsconfig.json index 3cec2f5..eecf13a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,9 +8,7 @@ "paths": { "*": ["node_modules/*"] }, - "lib": [ "es2016", "dom" ] + "lib": ["es2016", "dom"] }, - "include": [ - "src/**/*" - ] + "include": ["src/**/*"] } |