This commit is contained in:
Luiz H. R. Silva 2024-06-04 13:16:34 -03:00
commit 2cedd41095
19 changed files with 760 additions and 0 deletions

7
tsconfig-back.json Normal file
View file

@ -0,0 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"outDir": "./dist-require",
"module": "commonjs"
}
}