@omnia/tooling 8.0.127-dev → 8.0.129-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4847,6 +4847,29 @@ function register(esbuildOptions = {}) {
|
|
4847
4847
|
jsxFactory: options.jsxFactory,
|
4848
4848
|
jsxFragment: options.jsxFragment,
|
4849
4849
|
format,
|
4850
|
+
tsconfigRaw:{
|
4851
|
+
compilerOptions:{
|
4852
|
+
// "target": "ES2022",
|
4853
|
+
// "module": "ES2022",
|
4854
|
+
// "moduleResolution": "node",
|
4855
|
+
// "lib": [
|
4856
|
+
// "ES2022",
|
4857
|
+
// "dom",
|
4858
|
+
// "webworker"
|
4859
|
+
// ],
|
4860
|
+
// "strict": false,
|
4861
|
+
// "esModuleInterop": true,
|
4862
|
+
// "isolatedModules": true,
|
4863
|
+
// "removeComments": false,
|
4864
|
+
// "noImplicitAny": false,
|
4865
|
+
// "importHelpers": true,
|
4866
|
+
// "emitDecoratorMetadata": false,
|
4867
|
+
"experimentalDecorators": true,
|
4868
|
+
// "skipLibCheck": true,
|
4869
|
+
// "allowSyntheticDefaultImports": true,
|
4870
|
+
// "forceConsistentCasingInFileNames": true
|
4871
|
+
}
|
4872
|
+
},
|
4850
4873
|
...overrides
|
4851
4874
|
});
|
4852
4875
|
//map[filename] = jsSourceMap;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/tooling",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.129-dev",
|
5
5
|
"description": "Provide basic stuffs extensible for omnia extension.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
@@ -26,7 +26,7 @@
|
|
26
26
|
},
|
27
27
|
"main": "index.js",
|
28
28
|
"dependencies": {
|
29
|
-
"@omnia/types": "8.0.
|
29
|
+
"@omnia/types": "8.0.129-dev",
|
30
30
|
"@types/node": "18.13.0",
|
31
31
|
"tslib": "2.6.2",
|
32
32
|
"typescript": "5.3.3",
|
@@ -37,8 +37,8 @@
|
|
37
37
|
"minimist": "1.2.6",
|
38
38
|
"globby": "13.1.4",
|
39
39
|
"figlet": "1.5.2",
|
40
|
-
"esbuild": "0.19.
|
41
|
-
"esbuild-loader": "
|
40
|
+
"esbuild": "0.19.12",
|
41
|
+
"esbuild-loader": "4.0.3"
|
42
42
|
},
|
43
43
|
"typings": "./index.d.ts",
|
44
44
|
"bugs": {
|