initial commit

This commit is contained in:
peter
2019-06-17 14:25:27 +02:00
commit 369e9171ad
22 changed files with 8538 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"transform": {
"^.+\\.(t|j)sx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
}