WIP Financial Calculation

This commit is contained in:
Patrick Fic
2020-04-08 10:41:19 -07:00
parent e9f734f4c8
commit 26abbdcc62
12 changed files with 1614 additions and 58 deletions

11
jsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"allowSyntheticDefaultImports": true
},
"exclude": [
"dist",
"node_modules"
]
}