typescript & babel & webpack ready

This commit is contained in:
2021-08-11 01:01:38 +09:00
parent 82dbbeb9e4
commit d64ef9fb8b
5 changed files with 125 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
interface Window {
pathConfig: {
root: string,
sharedIcon: string,
gameImage: string,
}
}