rc inital
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
env: {
|
||||
test: {
|
||||
presets: [
|
||||
['@babel/preset-env', { targets: { node: 'current' } }],
|
||||
'@babel/preset-typescript'
|
||||
],
|
||||
plugins: ['babel-plugin-jsx-dom-expressions']
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user