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

11 lines
216 B
JSON

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