|
6 | 6 | "checkJs": true, |
7 | 7 | "paths": { |
8 | 8 | // 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"] |
17 | 17 | } |
18 | 18 | }, |
19 | 19 | "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", |
22 | 22 | "globals.d.ts", |
23 | 23 | "extensions/**/*", |
24 | 24 | "website/**/*" |
|
0 commit comments