1
0
mirror of https://github.com/Lightcord/Lightcord.git synced 2025-04-12 00:55:40 +02:00

tsconfig issue*

This commit is contained in:
Jean Ouina 2020-06-10 16:18:00 +02:00
parent 6b9ae8f7d2
commit 67ee99454a

View File

@ -10,6 +10,7 @@
"rootDir": "./src"
},
"exclude": [
"./DiscordJS"
"./DiscordJS",
"./LightcordApi"
]
}