UNPKG

328 BJSONView Raw
1{
2 "extends": "../../../tsconfig.json",
3 "compilerOptions": {
4 "baseUrl": "./"
5 },
6 "include": [
7 "src/**/*.ts",
8 "src/**/*.tsx",
9 "./docs/**/*.ts",
10 "./docs/**/*.tsx",
11 "test-helpers/**/*.ts",
12 "test-helpers/**/*.tsx",
13 "codemods"
14 ],
15 "exclude": [
16 "node_modules",
17 "src/json-schema"
18 ]
19}