0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 05:10:45 -05:00

Updated swcrc file to point to official schema endpoint (#1105)

First PR so I'll try not blow anything up just yet

Updated the .swcrc file to point the official schema link as described
[here](https://swc.rs/docs/configuration/swcrc)
This commit is contained in:
Chomp 2025-02-09 10:24:56 +00:00 committed by GitHub
commit 66ac51e062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://json.schemastore.org/swcrc", "$schema": "https://swc.rs/schema.json",
"jsc": { "jsc": {
"parser": { "parser": {
"syntax": "typescript", "syntax": "typescript",