Skip to content

Commit 54eba1f

Browse files
committed
Use our types instead
1 parent fcd146d commit 54eba1f

File tree

3 files changed

+19
-22
lines changed

3 files changed

+19
-22
lines changed

package-lock.json

Lines changed: 8 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
},
2828
"homepage": "https://github.com/Nitro-Bolt/extensions#readme",
2929
"dependencies": {
30+
"@nitro-bolt/types": "github:Nitro-Bolt/types#nb",
3031
"@turbowarp/json": "^0.1.2",
3132
"@turbowarp/scratchblocks": "^3.6.7",
32-
"@turbowarp/types": "git+https://github.com/TurboWarp/types-tw.git#tw",
3333
"adm-zip": "^0.5.16",
3434
"chokidar": "^4.0.3",
3535
"ejs": "^3.1.10",

tsconfig.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"checkJs": true,
77
"paths": {
88
// See https://github.com/turboWarp/types#using-from-npm
9-
"scratch-vm": ["./node_modules/@turbowarp/types/index.d.ts"],
10-
"scratch-render": ["./node_modules/@turbowarp/types/index.d.ts"],
11-
"scratch-svg-renderer": ["./node_modules/@turbowarp/types/index.d.ts"],
12-
"scratch-render-fonts": ["./node_modules/@turbowarp/types/index.d.ts"],
13-
"scratch-storage": ["./node_modules/@turbowarp/types/index.d.ts"],
14-
"scratch-audio": ["./node_modules/@turbowarp/types/index.d.ts"],
15-
"scratch-parser": ["./node_modules/@turbowarp/types/index.d.ts"],
16-
"scratch-blocks": ["./node_modules/@turbowarp/types/index.d.ts"]
9+
"scratch-vm": ["./node_modules/@nitro-bolt/types/index.d.ts"],
10+
"scratch-render": ["./node_modules/@nitro-bolt/types/index.d.ts"],
11+
"scratch-svg-renderer": ["./node_modules/@nitro-bolt/types/index.d.ts"],
12+
"scratch-render-fonts": ["./node_modules/@nitro-bolt/types/index.d.ts"],
13+
"scratch-storage": ["./node_modules/@nitro-bolt/types/index.d.ts"],
14+
"scratch-audio": ["./node_modules/@nitro-bolt/types/index.d.ts"],
15+
"scratch-parser": ["./node_modules/@nitro-bolt/types/index.d.ts"],
16+
"scratch-blocks": ["./node_modules/@nitro-bolt/types/index.d.ts"]
1717
}
1818
},
1919
"include": [
20-
"node_modules/@turbowarp/types/types/scratch-vm-extension.d.ts",
21-
"node_modules/@turbowarp/types/types/scratchx-extension.d.ts",
20+
"node_modules/@nitro-bolt/types/types/scratch-vm-extension.d.ts",
21+
"node_modules/@nitro-bolt/types/types/scratchx-extension.d.ts",
2222
"globals.d.ts",
2323
"extensions/**/*",
2424
"website/**/*"

0 commit comments

Comments
 (0)