This commit is contained in:
Luiz H. R. Silva 2024-06-03 12:06:48 -03:00
parent 50e713e51c
commit 921d5b3418
11 changed files with 497 additions and 4 deletions

7
tsconfig-front.json Normal file
View file

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