We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3242f46 commit 8fb4db2Copy full SHA for 8fb4db2
packages/floating-install-button/tsconfig.json
@@ -0,0 +1,11 @@
1
+{
2
+ "extends": "../../tsconfig.base.json",
3
+ "compilerOptions": {
4
+ "outDir": "./lib",
5
+ "baseUrl": ".",
6
+ "rootDir": "src",
7
+ "emitDeclarationOnly": true,
8
+ },
9
+ "include": ["./src"],
10
+ "exclude": ["node_modules", "lib"]
11
+}
packages/listing-filter/tsconfig.json
0 commit comments