This commit is contained in:
Luiz Silva 2025-07-07 14:03:33 -03:00
parent d2fd401359
commit 550aee65e0

View file

@ -13,7 +13,8 @@
"sourceMap": true,
"strict": true,
"skipLibCheck": true,
"rootDir": "./src"
"rootDir": "./src",
"outDir": "./dist-import"
},
"include": ["src/**/*"]
}