@knapsack/typescript-config-starter 4.67.7--canary.4522.70746b6.0 → 4.67.7--canary.4513.b33020f.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +4 -5
  2. package/tsconfig.ng.json +0 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/typescript-config-starter",
3
3
  "description": "",
4
- "version": "4.67.7--canary.4522.70746b6.0",
4
+ "version": "4.67.7--canary.4513.b33020f.0",
5
5
  "bin": "./bin.js",
6
6
  "main": "./tsconfig.base.json",
7
7
  "exports": {
@@ -16,7 +16,6 @@
16
16
  "./tsconfig.build.json": "./tsconfig.build.json",
17
17
  "./tsconfig.declarations-only.json": "./tsconfig.declarations-only.json",
18
18
  "./tsconfig.dts.json": "./tsconfig.dts.json",
19
- "./tsconfig.ng.json": "./tsconfig.ng.json",
20
19
  "./tsconfig.test-only.json": "./tsconfig.test-only.json",
21
20
  "./tsup.config-base.cjs": "./tsup.config-base.cjs"
22
21
  },
@@ -29,11 +28,11 @@
29
28
  "test": "tsc --project ./tsconfig.self-pkg-test.json"
30
29
  },
31
30
  "dependencies": {
32
- "@knapsack/creator-utils": "4.67.7--canary.4522.70746b6.0",
31
+ "@knapsack/creator-utils": "4.67.7--canary.4513.b33020f.0",
33
32
  "typescript": "^5.5.3"
34
33
  },
35
34
  "devDependencies": {
36
- "@knapsack/eslint-config-starter": "4.67.7--canary.4522.70746b6.0",
35
+ "@knapsack/eslint-config-starter": "4.67.7--canary.4513.b33020f.0",
37
36
  "eslint": "^8.57.0",
38
37
  "tsup": "^8.0.2"
39
38
  },
@@ -46,5 +45,5 @@
46
45
  "directory": "tools/typescript-config-starter",
47
46
  "type": "git"
48
47
  },
49
- "gitHead": "70746b6b44e9a832be22af539b2de8d232576c13"
48
+ "gitHead": "b33020f4c25bf06b8b38fa6acca06cf36f02b52b"
50
49
  }
package/tsconfig.ng.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "$schema": "https://json.schemastore.org/tsconfig",
3
- "compilerOptions": {
4
- "experimentalDecorators": true,
5
- "emitDecoratorMetadata": true
6
- }
7
- }