init commit,
This commit is contained in:
14
03_source/mobile_notworking.del/babel.config.js
Normal file
14
03_source/mobile_notworking.del/babel.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
// Only used for jest
|
||||
module.exports = {
|
||||
presets: [
|
||||
[
|
||||
'@babel/preset-env',
|
||||
{
|
||||
targets: {
|
||||
node: 'current',
|
||||
},
|
||||
},
|
||||
],
|
||||
'@babel/preset-typescript',
|
||||
],
|
||||
};
|
Reference in New Issue
Block a user