setup-godot/tsconfig.test.json
Joanna May ca46d7ba46
feat: infer godot version from global.json (if specified) (#24)
* feat: infer godot version from global.json (if specified)

* fix: restore run settings
2023-03-30 19:08:11 -05:00

10 lines
116 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"__tests__/**/*"
],
"exclude": [
"node_modules",
]
}