mancha
Version:
Javscript HTML rendering engine
22 lines (21 loc) • 418 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"sourceMap": true,
"declaration": true,
"noImplicitAny": true,
"skipLibCheck": true,
"stripInternal": true,
"moduleResolution": "node",
"plugins": [
{
"name": "tsec",
"exemptionConfig": "./tsec_exemptions.json"
}
]
}
}