Skip to content

Commit 2a33eb8

Browse files
committed
🌈 Rename "tsconfig" package and make node resolution possible
See for more information microsoft/TypeScript#27348
1 parent e969230 commit 2a33eb8

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
File renamed without changes.

packages/caboodle-tsconfig/package.json packages/tsconfig/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"tsconfig"
1212
],
1313
"files": [
14-
"tsconfig.json"
15-
]
14+
"tsconfig.base.json"
15+
],
16+
"tsconfig": "./tsconfig.base.json"
1617
}

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"extends": "./packages/caboodle-tsconfig/tsconfig.base.json",
2+
"extends": "caboodle-tsconfig",
33
"exclude": ["node_modules"]
44
}

0 commit comments

Comments
 (0)