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

Commit 2ddcc39

Browse files
use typescript to resolve files referenced in 'include'
1 parent 9049317 commit 2ddcc39

File tree

20 files changed

+60
-40
lines changed

20 files changed

+60
-40
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../tsconfig.json"
3+
}

__tests__/fixtures/tsconfigs copy/project/glob/c.ts

Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"include": ["../../includes/*.*", "./**/*.*"]
3+
}

__tests__/fixtures/tsconfigs copy/project/nested/b.ts

Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"include": ["../includes/a.d.ts"]
3+
}

__tests__/fixtures/tsconfigs/decls/one.d.ts

Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"include": ["./**/*.*"]
3+
}

0 commit comments

Comments
 (0)