UNPKG

285 BJSONView Raw
1{
2 "compilerOptions": {
3 "declarationDir": "lib",
4 "outDir": "lib",
5 "rootDir": "src"
6 },
7 "exclude": [
8 "lib",
9 "tests"
10 ],
11 "extends": "../../tsconfig.options.json",
12 "include": [
13 "src/**/*",
14 "types/**/*",
15 "../../types/**/*"
16 ],
17 "references": []
18}
\No newline at end of file