@allurereport/web-awesome
Version:
The static files for Allure Awesome Report
32 lines (31 loc) • 738 B
JSON
{
"compilerOptions": {
"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", "dom.iterable"],
// node types should not be used in web-commons
"types": [],
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}