Skip to content

Commit 8fb4db2

Browse files
committed
Add tsconfig.json to subpackages with missing config
1 parent 3242f46 commit 8fb4db2

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

+11
Original file line numberDiff line numberDiff line change
@@ -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+
}

0 commit comments

Comments
 (0)