Skip to content

Commit 069c40e

Browse files
committed
chore: tsconfig to extend from parent
1 parent e6d0283 commit 069c40e

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

packages/plugin-whatsapp/tsconfig.json

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
{
2+
"extends": "../core/tsconfig.json",
23
"compilerOptions": {
3-
"target": "es2018",
4-
"module": "commonjs",
5-
"declaration": true,
64
"outDir": "./dist",
7-
"strict": true,
8-
"esModuleInterop": true,
9-
"skipLibCheck": true,
10-
"forceConsistentCasingInFileNames": true,
11-
"moduleResolution": "node",
12-
"resolveJsonModule": true,
5+
"rootDir": "src",
136
"baseUrl": ".",
147
"types": [
158
"node",
169
"jest"
1710
]
1811
},
1912
"include": [
20-
"src/**/*"
13+
"src/**/*.ts"
2114
],
2215
"exclude": [
2316
"node_modules",

0 commit comments

Comments
 (0)