Skip to content

Commit d4b17b8

Browse files
committed
chore: fixed tsconfig paths to build react project
1 parent d45432a commit d4b17b8

4 files changed

Lines changed: 5932 additions & 5026 deletions

File tree

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18.17.1

apps/react-trrack-example/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"noImplicitOverride": true,
1111
"noPropertyAccessFromIndexSignature": true,
1212
"noImplicitReturns": true,
13-
"noFallthroughCasesInSwitch": true
13+
"noFallthroughCasesInSwitch": true,
14+
"noImplicitAny": false
1415
},
1516
"files": [],
1617
"include": [],

tsconfig.base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"skipDefaultLibCheck": true,
1717
"baseUrl": ".",
1818
"paths": {
19-
"@trrack/*": ["dist/packages/*"]
19+
"@trrack/core": ["./packages/core/src/index.ts"],
20+
"react": ["node_modules/@types/react"]
2021
}
2122
},
2223
"exclude": ["node_modules", "tmp"]

0 commit comments

Comments
 (0)