Skip to content

Commit 4e2e8f6

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

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

examples/tsconfig.json

Lines changed: 3 additions & 5 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,
54
"outDir": "./build",
6-
"moduleResolution": "node",
7-
"esModuleInterop": true
8-
}
5+
},
6+
"include": ["./**/*"]
97
}

0 commit comments

Comments
 (0)