Fix tsconfig formatting

This commit is contained in:
Cyn 2021-12-29 13:21:51 -05:00
parent 9be1236a2f
commit 1e107e1bd1
1 changed files with 1 additions and 1 deletions

View File

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