typescript

This commit is contained in:
Sebastian Korotkiewicz 2024-02-06 07:26:25 +01:00
parent 6d78355cec
commit ef9042afa0
Signed by: skorotkiewicz
GPG key ID: 5BDC557B496BDB0D
16 changed files with 3668 additions and 97 deletions

3
babel.config.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
presets: ["@babel/preset-env", "@babel/preset-typescript"],
};