Convert copy-res to typescript

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2023-09-08 10:33:57 +01:00
parent 501f01cdd5
commit c944a273d0
8 changed files with 127 additions and 38 deletions

View File

@@ -24,6 +24,7 @@
"./src/**/*.ts",
"./src/**/*.tsx",
"./test/**/*.ts",
"./test/**/*.tsx"
"./test/**/*.tsx",
"./scripts/*.ts"
]
}