Skip to content

Commit 26471be

Browse files
committed
chore(examples): update tsconfig to instead from root tsconfig instead
1 parent 8132e8e commit 26471be

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

examples/tsconfig.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2+
"extends": "../tsconfig.json",
23
"compilerOptions": {
3-
"target": "ES2019",
4-
"strict": true,
5-
"outDir": "./build",
6-
"moduleResolution": "node",
7-
"esModuleInterop": true
8-
}
4+
"outDir": "./build"
5+
},
6+
"include": ["./**/*"]
97
}

0 commit comments

Comments
 (0)