Skip to content
This repository was archived by the owner on Jul 13, 2024. It is now read-only.

Commit 8716974

Browse files
committed
#30 added rollup-plugin-typescript-paths manually until MR is merged: simonhaenisch/rollup-plugin-typescript-paths#16
1 parent c3adf2d commit 8716974

File tree

14 files changed

+229
-14
lines changed

14 files changed

+229
-14
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"rollup-plugin-visualizer": "^5.9.0",
4343
"shx": "^0.3.4",
4444
"turbo": "^1.9.3",
45+
"typescript": "^5.1.6",
4546
"yargs": "^17.7.2"
4647
},
4748
"engines": {

packages/core-client/tsconfig.prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./tsconfig",
2+
"extends": "./tsconfig.json",
33
"exclude": [
44
"**/__tests__/*",
55
"**/*.test.ts"

packages/discord-handler/tsconfig.prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./tsconfig",
2+
"extends": "./tsconfig.json",
33
"exclude": [
44
"**/__tests__/*",
55
"**/*.test.ts"

packages/dtif-to-svg/tsconfig.prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./tsconfig",
2+
"extends": "./tsconfig.json",
33
"exclude": [
44
"**/__tests__/*",
55
"**/*.test.ts"

packages/etsy-client/tsconfig.prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./tsconfig",
2+
"extends": "./tsconfig.json",
33
"exclude": [
44
"**/__tests__/*",
55
"**/*.test.ts"

packages/logger/tsconfig.prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./tsconfig",
2+
"extends": "./tsconfig.json",
33
"exclude": [
44
"**/__tests__/*",
55
"**/*.test.ts"

packages/music/tsconfig.prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./tsconfig",
2+
"extends": "./tsconfig.json",
33
"exclude": [
44
"**/__tests__/*",
55
"**/*.test.ts"

packages/openapi-fetch/tsconfig.prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./tsconfig",
2+
"extends": "./tsconfig.json",
33
"exclude": [
44
"**/__tests__/*",
55
"**/*.test.ts"

packages/product-renderer/tsconfig.prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./tsconfig",
2+
"extends": "./tsconfig.json",
33
"exclude": [
44
"**/__tests__/*",
55
"**/*.test.ts"

packages/svgson/tsconfig.prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./tsconfig",
2+
"extends": "./tsconfig.json",
33
"exclude": [
44
"**/__tests__/*",
55
"**/*.test.ts"

0 commit comments

Comments
 (0)