UNPKG

372 BJSONView Raw
1{
2 "extends": "../../tsconfig-base.json",
3 "compilerOptions": {
4 "outDir": "./lib",
5 "baseUrl": "./",
6 "paths": {
7 "parse5": [
8 "node_modules/@types/parse5",
9 "*"
10 ],
11 "ua-parser-js": [
12 "node_modules/@types/ua-parser-js",
13 "*"
14 ]
15 }
16 },
17 "include": [
18 "custom_typings/**/*.d.ts",
19 "src/**/*.ts"
20 ]
21}