add rule for files at root of directory

This commit is contained in:
Cyn 2021-12-23 13:48:14 -05:00
parent 96ade2370e
commit 813077043c
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
"outDir": "dist/",
"baseUrl": "src/",
"paths": {
"/*.js": [ "*" ]
"/*.js": [ "*" ],
"*.js": [ "*" ]
}
}
}