tsconfig issue*

This commit is contained in:
Jean Ouina 2020-06-10 16:18:00 +02:00
parent 6b9ae8f7d2
commit 67ee99454a
1 changed files with 2 additions and 1 deletions

View File

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