mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Convert to tsconfig for better compatibility
This commit is contained in:
parent
044d3a293d
commit
5399f252a2
1 changed files with 2 additions and 1 deletions
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": ["./*"],
|
||||
"~/helpers": ["./helpers/*"]
|
||||
"~helpers": ["./helpers/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue