This commit is contained in:
foozzi 2023-12-23 16:30:24 -05:00
parent 88a083861c
commit 9f27ccae29
17 changed files with 1685 additions and 0 deletions

11
global/.tern-project Normal file
View file

@ -0,0 +1,11 @@
{
"ecmaVersion": 6,
"libs": [
"browser",
"react"
],
"plugins": {
"node": {},
"jsx": {}
}
}