Add sourcemap

This commit is contained in:
Adria Navarro 2025-01-14 16:15:24 +01:00
parent a3bcaddabb
commit bc1e95b012
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
{ {
"extends": "../../tsconfig.build.json", "extends": "../../tsconfig.build.json",
"compilerOptions": { "compilerOptions": {
"outDir": "dist" "outDir": "dist",
"sourceMap": true
}, },
"include": ["tests/**/*.js", "tests/**/*.ts"], "include": ["tests/**/*.js", "tests/**/*.ts"],
"exclude": ["node_modules", "dist"] "exclude": ["node_modules", "dist"]