Skip to content

Commit ccf110a

Browse files
authored
Merge pull request #225 from proto-kit/feature/enable-sourcemaps
Enabled sourcemaps
2 parents 41afd2e + c58ab4a commit ccf110a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"strictFunctionTypes": true,
1818
"strictBindCallApply": true,
1919
"skipLibCheck": true,
20-
"baseUrl": "."
20+
"baseUrl": ".",
21+
"sourceMap": true
2122
},
2223
"exclude": ["jest.config.cjs"]
2324
}

0 commit comments

Comments
 (0)