Skip to content

Commit

Permalink
tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Nov 26, 2024
1 parent 7d523ec commit 951c50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/playground/remote/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"service-worker.ts",
"../../php-wasm/web/src/lib/tls/1_2/connection.ts",
"../../php-wasm/web/src/lib/tls/certificates.ts",
"../common/src/test/create-memoized-fetch.spec.ts",
"../common/src/create-memoized-fetch.spec.ts",
"../common/src/create-memoized-fetch.ts"
],
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"]
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/remote/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"src/**/*.test.jsx",
"src/**/*.spec.jsx",
"src/**/*.d.ts",
"../common/src/test/create-memoized-fetch.spec.ts"
"../common/src/create-memoized-fetch.spec.ts"
]
}

0 comments on commit 951c50f

Please sign in to comment.