Skip to content

Commit efd8265

Browse files
committedMar 7, 2025
Use shareable tsconfig.json files
1 parent e4dee50 commit efd8265

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+158
-585
lines changed
 

‎docs/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "docs",
33
"devDependencies": {
44
"@manaflair/redux-batch": "^1.0.0",
5+
"@reduxjs/tsconfig": "workspace:^",
56
"@types/nanoid": "^2.1.0",
67
"@types/react": "^19.0.1",
78
"async-mutex": "^0.3.2",

‎docs/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"extends": "@reduxjs/tsconfig/base",
23
"compilerOptions": {
34
"allowSyntheticDefaultImports": true,
45
"esModuleInterop": true,

0 commit comments

Comments
 (0)
Failed to load comments.