|
62 | 62 | "scripts": { |
63 | 63 | "build": "run-p build:transpile build:types", |
64 | 64 | "build:dev": "yarn build", |
65 | | - "build:plugin": "tsc -p tsconfig.plugin.json", |
| 65 | + "build:plugin": "tsgo -p tsconfig.plugin.json", |
66 | 66 | "build:transpile": "run-p build:rollup build:plugin", |
67 | 67 | "build:rollup": "rollup -c rollup.npm.config.mjs", |
68 | 68 | "build:types": "run-s build:types:core build:types:downlevel", |
69 | | - "build:types:core": "tsc -p tsconfig.types.json", |
| 69 | + "build:types:core": "tsgo -p tsconfig.types.json", |
70 | 70 | "build:types:downlevel": "yarn downlevel-dts build/types build/types-ts3.8 --to ts3.8", |
71 | 71 | "build:watch": "run-p build:transpile:watch build:types:watch", |
72 | 72 | "build:dev:watch": "yarn build:watch", |
73 | 73 | "build:transpile:watch": "rollup -c rollup.npm.config.mjs --watch", |
74 | | - "build:types:watch": "tsc -p tsconfig.types.json --watch", |
| 74 | + "build:types:watch": "tsgo -p tsconfig.types.json --watch", |
75 | 75 | "build:tarball": "npm pack", |
76 | 76 | "circularDepCheck": "madge --circular src/index.ts", |
77 | 77 | "clean": "rimraf build coverage *.d.ts sentry-gatsby-*.tgz", |
|
0 commit comments