mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-17 12:33:59 +00:00
10 lines
119 B
JSON
10 lines
119 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"./tests"
|
|
]
|
|
}
|