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