Remove paths

This commit is contained in:
Jerry Kurian 2019-08-16 09:27:17 -04:00
parent 047ff66ee1
commit 4e80e48fa4

View File

@ -8,12 +8,7 @@
"forceConsistentCasingInFileNames": true,
"suppressImplicitAnyIndexErrors": true,
"outDir": "./dist",
"module": "commonjs",
"baseUrl": ".",
"paths": {
"src/*": [
"src/*"
]
"module": "commonjs"
},
"target": "es5",
"lib": [