mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
update: config for astro+macho js
This commit is contained in:
parent
24fa3a2e0b
commit
5957079d3f
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"extends": "astro/tsconfigs/base",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
|
|
@ -7,5 +8,8 @@
|
||||||
"~helpers": ["./helpers/*"],
|
"~helpers": ["./helpers/*"],
|
||||||
"~astro": ["./src/*"]
|
"~astro": ["./src/*"]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"exclude": [
|
||||||
|
"helpers/macho/*.js"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue