Skip to content

Commit

Permalink
chore: add references for better source code link
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 authored and fi3ework committed Jun 25, 2024
1 parent a2769f9 commit 1a8f78e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"extends": "@rslib/tsconfig/base",
"compilerOptions": {
"noEmit": true
"noEmit": true,
"composite": true
},
"include": ["cases", "playwright.config.ts", "cases/**/*.test.ts", "scripts"],
"exclude": ["**/node_modules", "**/.*/"]
"exclude": ["**/node_modules", "**/.*/"],
"references": [
{
"path": "../packages/core"
}
]
}
1 change: 1 addition & 0 deletions packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"rootDir": "src",
"declaration": true,
"declarationDir": "./dist-types",
"composite": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"paths": {
Expand Down

0 comments on commit 1a8f78e

Please sign in to comment.