UNPKG

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