Skip to content

Commit 40a0daa

Browse files
committed
added dist tsconfig.js changes
1 parent c8fc7e4 commit 40a0daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/main/tsconfig/tsconfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var compilerOptionsValidation = {
4747
stripInternal: { type: types.boolean },
4848
suppressExcessPropertyErrors: { type: types.boolean },
4949
suppressImplicitAnyIndexErrors: { type: types.boolean },
50-
target: { type: types.string, validValues: ['es3', 'es5', 'es6'] },
50+
target: { type: types.string, validValues: ['es3', 'es5', 'es6', 'es2015'] },
5151
version: { type: types.boolean },
5252
watch: { type: types.boolean },
5353
};

0 commit comments

Comments
 (0)