UNPKG

193 BJSONView Raw
1{
2 "compilerOptions": {
3 "allowJs": true,
4 "declaration": true,
5 "emitDeclarationOnly": true
6 },
7 "files": ["index.js"],
8 "typedocOptions": {
9 "entryPoints": ["index.js"]
10 }
11}