|
55 | 55 | "build:runtime-localization": "node ../../scripts/localization-generate.js vscode-mssql .", |
56 | 56 | "build:copy-assets": "node scripts/copy-assets.js", |
57 | 57 | "build:prepare": "npm run build:copy-assets && npm run build:runtime-localization", |
58 | | - "build:extension": "tsc -p tsconfig.extension.json", |
| 58 | + "build:extension": "tsgo -p tsconfig.extension.json", |
59 | 59 | "build:extension-bundle": "node scripts/bundle-extension.js", |
60 | | - "build:webviews": "tsc -p tsconfig.webviews.json", |
| 60 | + "build:webviews": "tsgo -p tsconfig.webviews.json", |
61 | 61 | "build:webviews-bundle": "node scripts/bundle-webviews.js", |
62 | 62 | "build:notebook-renderer-bundle": "node scripts/bundle-notebook-renderer.js", |
63 | 63 | "build": "node scripts/build.js", |
64 | | - "watch:extension": "tsc -watch -p tsconfig.extension.json --preserveWatchOutput", |
| 64 | + "watch:extension": "tsgo -watch -p tsconfig.extension.json --preserveWatchOutput", |
65 | 65 | "watch:extension-bundle": "node scripts/bundle-extension.js --watch", |
66 | | - "watch:webviews": "tsc -watch -p tsconfig.webviews.json --preserveWatchOutput", |
| 66 | + "watch:webviews": "tsgo -watch -p tsconfig.webviews.json --preserveWatchOutput", |
67 | 67 | "watch:webviews-bundle": "node scripts/bundle-webviews.js --watch", |
68 | 68 | "watch:notebook-renderer-bundle": "node scripts/bundle-notebook-renderer.js --watch", |
69 | 69 | "watch": "npm run build:prepare && run-p -l watch:extension watch:extension-bundle watch:webviews watch:webviews-bundle watch:notebook-renderer-bundle", |
|
104 | 104 | "@types/vscode": "1.98.0", |
105 | 105 | "@types/vscode-webview": "^1.57.5", |
106 | 106 | "@types/xmldom": "^0.1.34", |
| 107 | + "@typescript/native-preview": "^7.0.0-dev.20260507.1", |
107 | 108 | "@vscode/l10n": "^0.0.18", |
108 | 109 | "@vscode/l10n-dev": "^0.0.35", |
109 | 110 | "@vscode/test-cli": "^0.0.12", |
|
0 commit comments