Add a template for ts-jest

This commit is contained in:
Martijn Faassen
2022-05-11 12:14:55 +02:00
parent 332b634e76
commit 7bcb675dc2
11 changed files with 4787 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"presets": [
"@babel/preset-env",
"babel-preset-solid",
// only if you use TS with solid-jest
"@babel/preset-typescript"
]
}