UNPKG

@allurereport/web-dashboard

Version:

The static files for Allure Dashboard Report

28 lines (27 loc) 669 B
{ "compilerOptions": { "baseUrl": "./", "paths": { "@/*": ["src/*"] }, "jsx": "preserve", "jsxFactory": "h", "jsxFragmentFactory": "Fragment", "jsxImportSource": "preact", "target": "ESNext", "module": "ESNext", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "useUnknownInCatchVariables": false, "noEmit": true, "noImplicitAny": true, "resolveJsonModule": true, "esModuleInterop": true, "lib": ["ES2019", "dom"], // node types should not be used in web-commons "types": [], "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules", "dist"] }