Basic files

This commit is contained in:
Abhas
2018-12-04 14:04:37 +05:30
commit 111a00f45d
7 changed files with 119 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"module": "commonjs",
"allowJs": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules"
]
}