1 | {
|
2 | "extends": "../../../tsconfig.json",
|
3 | "include": [
|
4 | "./src/**/*.ts",
|
5 | "./src/**/*.tsx",
|
6 | "./docs/**/*.ts",
|
7 | "./docs/**/*.tsx",
|
8 | "./examples/**/*.ts",
|
9 | "./examples/**/*.tsx",
|
10 | "./example-helpers/**/*.ts",
|
11 | "./example-helpers/**/*.tsx"
|
12 | ],
|
13 | "compilerOptions": {
|
14 | "baseUrl": "./"
|
15 | }
|
16 | }
|