aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared-react/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared-react/tsconfig.json')
-rw-r--r--packages/shared-react/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/shared-react/tsconfig.json b/packages/shared-react/tsconfig.json
index 513582c4..3d6919d0 100644
--- a/packages/shared-react/tsconfig.json
+++ b/packages/shared-react/tsconfig.json
@@ -9,6 +9,6 @@
},
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
},
- "include": ["**/*.ts", "**/*.tsx", "../shared/utils/bookmarkUtils.ts", "../shared/utils/assetUtils.ts"],
+ "include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}