Skip to content

Commit 102b082

Browse files
committed
chore: reproduction for type-coverage
1 parent 89018c5 commit 102b082

File tree

5 files changed

+14
-17
lines changed

5 files changed

+14
-17
lines changed

src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.lib",
2+
"extends": "..",
33
"compilerOptions": {
44
"rootDir": ".",
55
"outDir": "../lib"

tests/e2e/absoluteAlias/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig.lib",
2+
"extends": "../../../tsconfig",
33
"compilerOptions": {
44
"paths": {
55
"/*": ["./public/*"]

tests/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.lib",
2+
"extends": "..",
33
"compilerOptions": {
44
"rootDir": "."
55
},

tsconfig.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
{
2-
"extends": "./tsconfig.lib"
2+
"extends": "@1stg/tsconfig/node16",
3+
"compilerOptions": {
4+
// https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping#node-16
5+
"lib": ["ES2021"],
6+
"rootDir": "."
7+
},
8+
"exclude": [
9+
"lib",
10+
"tests/e2e/absoluteAlias",
11+
"tests/e2e/withJsExtension/ctsImportee.cts"
12+
]
313
}

tsconfig.lib.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)