Add baseurl in tsconfig

This commit is contained in:
2018-04-07 14:05:15 +05:30
parent a2f0243057
commit 550b0764c9
+1
View File
@@ -8,6 +8,7 @@
"allowJs": true, "allowJs": true,
"jsx": "react", "jsx": "react",
"moduleResolution": "node", "moduleResolution": "node",
"baseUrl":".",
"rootDir": "src", "rootDir": "src",
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"noImplicitReturns": true, "noImplicitReturns": true,