Initial commit

This commit is contained in:
Stéphan Kochen
2020-08-23 18:11:31 +02:00
commit 45050621c8
14 changed files with 4286 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"module": "commonjs",
"target": "es2018",
"lib": ["es2018"],
"strict": true
},
"include": ["src/**/*.ts"]
}