added ported versions

This commit is contained in:
Mark R. Havens 2025-04-27 10:27:16 -05:00
parent c367583ed7
commit 61bd1fb6fa
20 changed files with 2596 additions and 0 deletions

12
typescript/tsconfig.json Normal file
View file

@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"outDir": "./dist",
"rootDir": "./",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}