This commit is contained in:
2022-09-26 16:04:50 +02:00
parent b5cdf3b2d1
commit 3143b36871
13 changed files with 4812 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
module.exports = {
presets: ['@exercism/babel-preset-typescript'],
plugins: [],
}