mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"extends": "astro/tsconfigs/base",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./*"],
|
|
"~helpers": ["./helpers/*"],
|
|
"~astro": ["./src/*"]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"helpers/macho/*.js"
|
|
]
|
|
}
|