Add a template for ts-jest
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"presets": [
|
||||
"@babel/preset-env",
|
||||
"babel-preset-solid",
|
||||
// only if you use TS with solid-jest
|
||||
"@babel/preset-typescript"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user