1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-15 17:46:55 +00:00

Fix jsconfig.json so that import aliases work in VS Code.

This commit is contained in:
SirStendec 2017-11-17 03:12:49 -05:00
parent d2b4dcbce4
commit 7f2522508e
3 changed files with 24 additions and 11 deletions

View file

@ -1,8 +0,0 @@
{
"compilerOptions": {
"target": "es6",
"paths": {
"utilities": ["./utilities"]
}
}
}