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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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"],
File renamed without changes.

packages/tsconfig/package.json renamed to packages/@deeplib/tsconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tsconfig",
2+
"name": "@deeplib/tsconfig",
33
"description": "",
44
"version": "1.0.0",
55
"author": "",

packages/@stdlib/base64/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "tsconfig/base.json",
2+
"extends": "@deeplib/tsconfig/base.json",
33

44
"compilerOptions": {
55
"baseUrl": ".",

packages/@stdlib/color/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "tsconfig/base.json",
2+
"extends": "@deeplib/tsconfig/base.json",
33

44
"compilerOptions": {
55
"baseUrl": ".",

packages/@stdlib/crypto/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "tsconfig/base.json",
2+
"extends": "@deeplib/tsconfig/base.json",
33

44
"compilerOptions": {
55
"types": ["vitest/globals"],

packages/@stdlib/data/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "tsconfig/base.json",
2+
"extends": "@deeplib/tsconfig/base.json",
33

44
"compilerOptions": {
55
"baseUrl": ".",

packages/@stdlib/db/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "tsconfig/base.json",
2+
"extends": "@deeplib/tsconfig/base.json",
33

44
"compilerOptions": {
55
"baseUrl": ".",

packages/@stdlib/misc/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "tsconfig/base.json",
2+
"extends": "@deeplib/tsconfig/base.json",
33

44
"compilerOptions": {
55
"baseUrl": ".",

packages/@stdlib/nestjs/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "tsconfig/base.json",
2+
"extends": "@deeplib/tsconfig/base.json",
33

44
"compilerOptions": {
55
"baseUrl": ".",

packages/@stdlib/redlock/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "tsconfig/base.json",
2+
"extends": "@deeplib/tsconfig/base.json",
33

44
"compilerOptions": {
55
"baseUrl": ".",

packages/@stdlib/testing/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "tsconfig/base.json",
2+
"extends": "@deeplib/tsconfig/base.json",
33

44
"include": ["*.ts", "src/**/*.ts"],
55

packages/@stdlib/vue/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "tsconfig/base.json",
2+
"extends": "@deeplib/tsconfig/base.json",
33

44
"compilerOptions": {
55
"types": ["vitest/globals"],

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)