UNPKG

293 BJSONView Raw
1{
2 "extends": "../../tsconfig.build.json",
3
4 "compilerOptions": {
5 "lib": ["es2018", "dom"],
6 "outDir": "./dist"
7 },
8
9 "typedocOptions": {
10 "out": "website/docs/api/browser",
11 "entryPoints": ["./src/index.ts"],
12 "entryDocument": "index.md"
13 },
14
15 "include": ["src/**/*"]
16}