Skip to content

Commit f8de58d

Browse files
committed
fix: updated paths
1 parent 307076d commit f8de58d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/panorama/scripts/custom_game/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"rootDir": ".",
44
"target": "es2017",
55
"lib": ["es2017"],
6-
"types": ["panorama-types"],
6+
"types": ["@moddota/panorama-types"],
77
"moduleResolution": "node",
88
"strict": true
99
}

game/scripts/vscripts/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"rootDir": ".",
44
"target": "esnext",
55
"lib": ["esnext"],
6-
"types": ["dota-lua-types"],
7-
"plugins": [{ "transform": "dota-lua-types/transformer" }],
6+
"types": ["@moddota/dota-lua-types"],
7+
"plugins": [{ "transform": "@moddota/dota-lua-types/transformer" }],
88
"moduleResolution": "node",
99
"experimentalDecorators": true,
1010
"strict": true

0 commit comments

Comments
 (0)