Relocate code into src folder

This commit is contained in:
adelphes
2017-01-22 16:09:35 +00:00
parent 8337bc3e00
commit ec258a6ddb
16 changed files with 3 additions and 3 deletions

12
src/jsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"lib": [
"es6"
]
},
"exclude": [
"node_modules"
]
}