Basic database structure

- Change license
This commit is contained in:
2020-12-24 13:48:08 +01:00
parent 1492a15178
commit 0ffbe170dd
11 changed files with 2051 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES6",
"moduleResolution": "node"
}