Merge pull request #11 from robianmcd/master
change typescript moduleResolution
This commit is contained in:
commit
1208e20c58
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"declaration": false,
|
||||
"noImplicitAny": false,
|
||||
"removeComments": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue