Basic transformer functionality

This commit is contained in:
evil bocchi
2025-04-06 19:54:48 +08:00
parent 269ee8b777
commit 24ab0fef27
12 changed files with 7864 additions and 1433 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/test/**/*.test.ts'],
moduleFileExtensions: ['ts', 'js'],
};