UNPKG

chrome-devtools-frontend

Version:
25 lines (24 loc) 534 B
{ "compilerOptions": { "strict": true, "noImplicitAny": true, "target": "esnext", "module": "esnext", "moduleResolution": "node", "allowUnreachableCode": false, "noEmitOnError": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "sourceMap": true, "baseUrl": ".", "allowUmdGlobalAccess": true, "paths": { "lit-html": ["./third_party/lit-html"], "lit-html/*": ["./third_party/lit-html/*"] } }, "include": [ "src/*.ts", "tests/*.ts" ] }