chrome-devtools-frontend
Version:
Chrome DevTools UI
25 lines (24 loc) • 534 B
JSON
{
"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"
]
}