Skip to content

Commit bc43d9f

Browse files
committed
chore: rename tsconfig package to avoid problems
1 parent 1dfd537 commit bc43d9f

File tree

23 files changed

+26
-26
lines changed

23 files changed

+26
-26
lines changed

apps/app-server/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33

4-
"extends": "tsconfig/base.json",
4+
"extends": "@deeplib/tsconfig/base.json",
55

66
// Necessary for ts-node-dev to work
77
"ts-node": {

apps/collab-server/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33

4-
"extends": "tsconfig/base.json",
4+
"extends": "@deeplib/tsconfig/base.json",
55

66
// Necessary for ts-node-dev to work
77
"ts-node": {

apps/manager/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33

4-
"extends": "tsconfig/base.json",
4+
"extends": "@deeplib/tsconfig/base.json",
55

66
// Necessary for ts-node-dev to work
77
"ts-node": {

apps/realtime-server/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33

4-
"extends": "tsconfig/base.json",
4+
"extends": "@deeplib/tsconfig/base.json",
55

66
// Necessary for ts-node-dev to work
77
"ts-node": {

apps/scheduler/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33

4-
"extends": "tsconfig/base.json",
4+
"extends": "@deeplib/tsconfig/base.json",
55

66
"compilerOptions": {
77
"baseUrl": ".",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"devDependencies": {
55
"@commitlint/cli": "^18.2.0",
66
"@commitlint/config-conventional": "^18.1.0",
7+
"@deeplib/tsconfig": "workspace:*",
78
"@quasar/icongenie": "^3.1.1",
89
"@typescript-eslint/eslint-plugin": "^6.10.0",
910
"@typescript-eslint/parser": "^6.10.0",
@@ -24,7 +25,6 @@
2425
"ts-node": "^10.9.1",
2526
"ts-node-dev": "^2.0.0",
2627
"tsc-alias": "~1.7.1",
27-
"tsconfig": "workspace:*",
2828
"tsconfig-paths": "^4.2.0",
2929
"turbo": "^1.10.16",
3030
"typescript": "^5.2.2",

packages/@deeplib/data/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33

4-
"extends": "tsconfig/base.json",
4+
"extends": "@deeplib/tsconfig/base.json",
55

66
"compilerOptions": {
77
"baseUrl": ".",

packages/@deeplib/db/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33

4-
"extends": "tsconfig/base.json",
4+
"extends": "@deeplib/tsconfig/base.json",
55

66
"compilerOptions": {
77
"baseUrl": ".",

packages/@deeplib/mail/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33

4-
"extends": "tsconfig/base.json",
4+
"extends": "@deeplib/tsconfig/base.json",
55

66
"compilerOptions": {
77
"baseUrl": ".",

packages/@deeplib/misc/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33

4-
"extends": "tsconfig/base.json",
4+
"extends": "@deeplib/tsconfig/base.json",
55

66
"compilerOptions": {
77
"types": ["vitest/globals"],

0 commit comments

Comments
 (0)