mirror of
https://github.com/chickensoft-games/setup-godot.git
synced 2025-08-14 12:55:08 +00:00
10 lines
116 B
JSON
10 lines
116 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"__tests__/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
]
|
|
}
|