UNPKG

chrome-devtools-frontend

Version:
15 lines (14 loc) 301 B
{ "extends": "../tsconfig.json", "compilerOptions": { "strict": true, "checkJs": true, "allowJs": true, "module": "ESNext", "moduleResolution": "Bundler", "target": "ESNext", "noEmit": true, "allowImportingTsExtensions": true, }, "include": ["auto-run/**/*"] }