Testy datumových funkcí

This commit is contained in:
2023-10-15 19:05:27 +02:00
parent ca9a7c5c23
commit 74c8ab9e39
4 changed files with 1479 additions and 15 deletions

6
server/babel.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
presets: [
['@babel/preset-env', { targets: { node: 'current' } }],
'@babel/preset-typescript',
],
};