1{
2 "compilerOptions": {
3 "allowJs": true,
4 "declaration": true,
5 "emitDeclarationOnly": true,
6 "incremental": true,
7 "outDir": "types",
8 "rootDir": "source",
9 "skipLibCheck": true,
10 "strict": true,
11 "stripInternal": true
12 },
13 "include": ["source"]
14}