Merge pull request #7070 from Microsoft/fixTsconfigModuleOptions

Remove the 'module' option from our 'tsconfig.json' files.
This commit is contained in:
Daniel Rosenwasser 2016-02-16 11:46:33 -08:00
commit fc63b5fc13
3 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,5 @@
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
@ -8,9 +7,9 @@
"sourceMap": true
},
"files": [
"types.ts",
"core.ts",
"sys.ts",
"types.ts",
"diagnosticInformationMap.generated.ts",
"scanner.ts",
"parser.ts",

View File

@ -1,6 +1,5 @@
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,

View File

@ -1,6 +1,5 @@
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,