Skip to content

Commit fee9515

Browse files
committed
chore: include sourcemaps for debuggin?
1 parent c8bd632 commit fee9515

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ out
1111
.cache
1212
src/generated.ts
1313
src/configurationType.js
14+
src/configurationType.js.map
1415
src/configurationTypeCache.jsonc
1516

1617
coverage

typescript/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"compilerOptions": {
44
"noEmit": false,
55
"rootDir": "src",
6+
"sourceMap": true,
67
"outDir": "build"
78
},
8-
"include": ["src"]
9+
"include": [
10+
"src"
11+
]
912
}

0 commit comments

Comments
 (0)