doesitarm/tsconfig.json
2022-04-30 12:46:19 -05:00

10 lines
181 B
JSON

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