Initial commit, project structure and domain models
This commit is contained in:
12
src/admin/babel.config.js
Normal file
12
src/admin/babel.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
['@babel/preset-env', {
|
||||
targets: { node: 'current' },
|
||||
modules: 'commonjs',
|
||||
}],
|
||||
['@babel/preset-typescript', {
|
||||
allExtensions: true,
|
||||
isTSX: true,
|
||||
}],
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user