This commit is contained in:
Deepak Sattiraju
2019-09-23 15:16:33 +05:30
parent 4085ca3bbc
commit 8d56cba217
14 changed files with 1061 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
},
"exclude": [
"node_modules"
]
}