Skip to content

Commit c55bd06

Browse files
committedMay 27, 2016
disabling source map generation
1 parent d512977 commit c55bd06

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed
 

‎backendutils/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"out": "../built/backendutils.js",
88
"rootDir": ".",
99
"newLine": "LF",
10-
"sourceMap": true
10+
"sourceMap": false
1111
}
1212
}

‎cli/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"module": "commonjs",
99
"rootDir": ".",
1010
"newLine": "LF",
11-
"sourceMap": true
11+
"sourceMap": false
1212
}
1313
}

‎libs/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"outDir": "../built",
77
"rootDir": ".",
88
"newLine": "LF",
9-
"sourceMap": true
9+
"sourceMap": false
1010
}
1111
}

‎pxtblocks/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"out": "../built/pxtblocks.js",
88
"rootDir": ".",
99
"newLine": "LF",
10-
"sourceMap": true
10+
"sourceMap": false
1111
}
1212
}

‎pxteditor/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"out": "../built/pxteditor.js",
88
"rootDir": ".",
99
"newLine": "LF",
10-
"sourceMap": true
10+
"sourceMap": false
1111
}
1212
}

‎pxtlib/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"out": "../built/pxtlib.js",
88
"rootDir": ".",
99
"newLine": "LF",
10-
"sourceMap": true
10+
"sourceMap": false
1111
}
1212
}

‎pxtrunner/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"out": "../built/pxtrunner.js",
88
"rootDir": ".",
99
"newLine": "LF",
10-
"sourceMap": true
10+
"sourceMap": false
1111
}
1212
}

‎pxtsim/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"out": "../built/pxtsim.js",
88
"rootDir": ".",
99
"newLine": "LF",
10-
"sourceMap": true
10+
"sourceMap": false
1111
}
1212
}

‎pxtwinrt/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"out": "../built/pxtwinrt.js",
88
"rootDir": ".",
99
"newLine": "LF",
10-
"sourceMap": true
10+
"sourceMap": false
1111
}
1212
}

‎webapp/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"outDir": "../built/webapp",
88
"rootDir": ".",
99
"newLine": "LF",
10-
"sourceMap": true,
10+
"sourceMap": false,
1111
"moduleResolution": "node",
1212
"isolatedModules": false,
1313
"jsx": "react",

0 commit comments

Comments
 (0)
Please sign in to comment.