Skip to content

Commit

Permalink
fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Feb 12, 2025
1 parent e6cf9b3 commit d5cbfef
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/typescript/tsconfig.custom.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"isolatedDeclarations": false
},
"include": [
"**/fail.test-d.ts"
],
Expand Down
3 changes: 3 additions & 0 deletions test/typescript/tsconfig.empty.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"isolatedDeclarations": false
},
"include": [
"src"
],
Expand Down
3 changes: 3 additions & 0 deletions test/typescript/tsconfig.fails.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"isolatedDeclarations": false
},
"include": [
"./failing/*"
],
Expand Down
1 change: 1 addition & 0 deletions test/typescript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "isolatedDeclarations": false },
"include": [
"./**/*.ts",
"./**/*.js"
Expand Down

0 comments on commit d5cbfef

Please sign in to comment.