@shibanet0/datamitsu-config 0.0.3-alpha-10 → 0.0.3-alpha-11

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.
@@ -3060,7 +3060,7 @@ var mapOfApps = {
3060
3060
 
3061
3061
  // package.json
3062
3062
  var name = "@shibanet0/datamitsu-config";
3063
- var version = "0.0.3-alpha-10";
3063
+ var version = "0.0.3-alpha-11";
3064
3064
 
3065
3065
  // src/apps/oxlint/index.ts
3066
3066
  var finalized = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shibanet0/datamitsu-config",
3
- "version": "0.0.3-alpha-10",
3
+ "version": "0.0.3-alpha-11",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -8,6 +8,12 @@
8
8
  "type": "module",
9
9
  "exports": {
10
10
  "./tsconfig/base.json": "./tsconfig/base.json",
11
+ "./tsconfig/library.json": "./tsconfig/library.json",
12
+ "./tsconfig/nextjs.json": "./tsconfig/nextjs.json",
13
+ "./tsconfig/react-library.json": "./tsconfig/react-library.json",
14
+ "./tsconfig/service.json": "./tsconfig/service.json",
15
+ "./tsconfig/shared-library.json": "./tsconfig/shared-library.json",
16
+ "./tsconfig/shared-react-library.json": "./tsconfig/shared-react-library.json",
11
17
  "./package.json": "./package.json",
12
18
  "./type-fest": {
13
19
  "import": {
@@ -12,6 +12,7 @@
12
12
  "moduleDetection": "force",
13
13
  "isolatedModules": true,
14
14
  "verbatimModuleSyntax": true,
15
+ "erasableSyntaxOnly": true,
15
16
 
16
17
  /* Strictness */
17
18
  "strict": true,