We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307076d commit f8de58dCopy full SHA for f8de58d
2 files changed
content/panorama/scripts/custom_game/tsconfig.json
@@ -3,7 +3,7 @@
3
"rootDir": ".",
4
"target": "es2017",
5
"lib": ["es2017"],
6
- "types": ["panorama-types"],
+ "types": ["@moddota/panorama-types"],
7
"moduleResolution": "node",
8
"strict": true
9
}
game/scripts/vscripts/tsconfig.json
@@ -3,8 +3,8 @@
"target": "esnext",
"lib": ["esnext"],
- "types": ["dota-lua-types"],
- "plugins": [{ "transform": "dota-lua-types/transformer" }],
+ "types": ["@moddota/dota-lua-types"],
+ "plugins": [{ "transform": "@moddota/dota-lua-types/transformer" }],
"experimentalDecorators": true,
10
0 commit comments