#98 jsconfig and symlink setup (#99)

* FEAT: add jsconfig.json file

* FEAT: add new script createSymlink
FEAT: add new file tools/create-symlink.mjs
FEAT: add d.ts files
FIX: add new foundry symlink to .gitignore

---------

Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>
This commit is contained in:
joaquinpereyra98 2025-05-31 21:54:45 -03:00 committed by GitHub
parent d30ae91109
commit 879299b661
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 92 additions and 2 deletions

View file

@ -9,7 +9,8 @@
"start": "concurrently \"rollup -c --watch\" \"node ../../../../FoundryDev/main.js --dataPath=../../../ --noupnp\" \"gulp\"",
"start-test": "node ./resources/app/main.js --dataPath=./ && rollup -c --watch && gulp",
"pushLDBtoYML": "node ./tools/pushLDBtoYML.mjs",
"pullYMLtoLDB": "node ./tools/pullYMLtoLDB.mjs"
"pullYMLtoLDB": "node ./tools/pullYMLtoLDB.mjs",
"createSymlink": "node ./tools/create-symlink.mjs"
},
"devDependencies": {
"@foundryvtt/foundryvtt-cli": "^1.0.2",