2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-18 16:37:48 +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

View File

@@ -6,7 +6,8 @@
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"@style/*": ["./src/style/*"]
}
}
}