UNPKG

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