We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7018dd1 commit 7447b93Copy full SHA for 7447b93
packages/utils/tsconfig.json
@@ -0,0 +1,8 @@
1
+{
2
+ "extends": "../../tsconfig.json",
3
+ "compilerOptions": {
4
+ "rootDir": "src",
5
+ "outDir": "dist"
6
+ },
7
+ "include": ["src/**/*"]
8
+}
0 commit comments