2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-01 16:09:36 +00:00

chore: add modman navigation

This commit is contained in:
Jan Laupetin
2025-10-22 23:37:52 +01:00
parent 61ab196c5a
commit 6b3fdbfb75
18 changed files with 466 additions and 31 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"@style/*": ["./src/style/*"]
}
}
}