mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
11 lines
216 B
JSON
11 lines
216 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./*"],
|
|
"~helpers": ["./helpers/*"],
|
|
"~astro": ["./src/*"]
|
|
}
|
|
}
|
|
}
|