UNPKG

166 BJSONView Raw
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "outDir": "./dist"
5 },
6 "include": [
7 "typings/**/*.d.ts",
8 "src/index.ts",
9 "src/tasks.ts"
10 ]
11}
\No newline at end of file