Skip to content

Commit 56e5dfd

Browse files
author
Fatme
authored
Merge pull request #27 from NativeScript/fatme/fix-compilation
fix: fix compilation on grunt command
2 parents 934defa + 5856844 commit 56e5dfd

File tree

108 files changed

+275
-12494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+275
-12494
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = function(grunt) {
4242
ts: {
4343
options: {
4444
passThrough: true,
45-
target: 'es5',
45+
target: 'es6',
4646
module: 'commonjs',
4747
sourceMap: true,
4848
declaration: false,
@@ -54,7 +54,7 @@ module.exports = function(grunt) {
5454
},
5555

5656
devlib: {
57-
src: ["**/*.ts", "!node_modules/**/*.ts", "!declarations.d.ts"],
57+
src: ["**/*.ts", "!node_modules/**/*.ts"],
5858
reference: ".d.ts"
5959
},
6060

0 commit comments

Comments
 (0)