doesitarm/jsconfig.json
2022-04-25 17:09:27 -05:00

8 lines
115 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"]
}
}
}