tsconfig : make the module resolution explicit

This commit is contained in:
Basarat Ali Syed
2016-06-21 20:07:14 +10:00
committed by GitHub
parent 82fea1b9c1
commit 3a9f4e44dc

View File

@@ -1,6 +1,7 @@
{
"compilerOptions": {
"module": "amd",
"moduleResolution": "classic",
"noImplicitAny": false,
"removeComments": false,
"preserveConstEnums": true,
@@ -8,4 +9,4 @@
"sourceMap": false,
"experimentalDecorators": true
}
}
}