UNPKG

chrome-devtools-frontend

Version:
17 lines (16 loc) 436 B
{ "extends": "../../config/typescript/tsconfig.base.json", "compilerOptions": { "moduleResolution": "node", "allowUnreachableCode": false, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "baseUrl": ".", "allowUmdGlobalAccess": true, "paths": { "lit-html": ["./third_party/lit-html"], "lit-html/*": ["./third_party/lit-html/*"] } }, "include": ["src/*.ts", "tests/*.ts"] }