mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Update tsconfig.json
This commit is contained in:
parent
207648ead5
commit
9369563ad4
1 changed files with 7 additions and 1 deletions
|
@ -20,6 +20,12 @@
|
||||||
"jsx": "preserve",
|
"jsx": "preserve",
|
||||||
"baseUrl": "./src/",
|
"baseUrl": "./src/",
|
||||||
"paths": {
|
"paths": {
|
||||||
|
"@scripts/*": [
|
||||||
|
"../scripts/*"
|
||||||
|
],
|
||||||
|
"@scripts/build/*": [
|
||||||
|
"../scripts/build/*"
|
||||||
|
],
|
||||||
"@main/*": [
|
"@main/*": [
|
||||||
"./main/*"
|
"./main/*"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue