wesnoth/utils/wesnoth-map-diff/tsconfig-dev.json
2022-04-27 17:40:52 -05:00

10 lines
119 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": true
},
"exclude": [
"./tests"
]
}