@xylabs/tsconfig 3.9.1 → 3.10.1

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.
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "description": "Typescript Base Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
14
14
  "devDependencies": {
15
- "@xylabs/ts-scripts-yarn3": "~3.9.1"
15
+ "@xylabs/ts-scripts-yarn3": "~3.10.1"
16
16
  },
17
17
  "homepage": "https://github.com/xylabs/tsconfig.git",
18
18
  "keywords": [
@@ -32,6 +32,6 @@
32
32
  "url": "https://github.com/xylabs/config.git"
33
33
  },
34
34
  "sideEffects": false,
35
- "version": "3.9.1",
35
+ "version": "3.10.1",
36
36
  "type": "commonjs"
37
37
  }
package/xy.config.ts CHANGED
@@ -2,6 +2,8 @@ import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
4
  browser: {},
5
+ node: {},
6
+ neutral: {}
5
7
  },
6
8
  }
7
9
 
@@ -1,2 +0,0 @@
1
- export declare const stub = 1;
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,IAAI,CAAA"}
@@ -1,2 +0,0 @@
1
- export declare const stub = 1;
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,IAAI,CAAA"}
@@ -1,2 +0,0 @@
1
- export declare const stub = 1;
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,IAAI,CAAA"}
@@ -1,31 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
-
20
- // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
23
- stub: () => stub
24
- });
25
- module.exports = __toCommonJS(src_exports);
26
- var stub = 1;
27
- // Annotate the CommonJS export names for ESM import in node:
28
- 0 && (module.exports = {
29
- stub
30
- });
31
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export const stub = 1\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,IAAM,OAAO;","names":[]}
@@ -1,6 +0,0 @@
1
- // src/index.ts
2
- var stub = 1;
3
- export {
4
- stub
5
- };
6
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export const stub = 1\n"],"mappings":";AAAO,IAAM,OAAO;","names":[]}