Update tsconfig.json

This commit is contained in:
thororen 2024-07-19 22:56:21 -04:00 committed by GitHub
parent 207648ead5
commit 9369563ad4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,12 @@
"jsx": "preserve",
"baseUrl": "./src/",
"paths": {
"@scripts/*": [
"../scripts/*"
],
"@scripts/build/*": [
"../scripts/build/*"
],
"@main/*": [
"./main/*"
],
@ -59,4 +65,4 @@
"include": [
"src/**/*"
]
}
}