specpress
Version:
Export PDF and/or DOCX files from a subset of Markdown, ASN.1 and JSON files
18 lines (17 loc) • 406 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node16",
"outDir": "dist",
"rootDir": ".",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node"],
"forceConsistentCasingInFileNames": true,
"declaration": true,
"sourceMap": true
},
"include": ["lib/ran4/**/*.ts", "test/lib/ran4/**/*.ts"]
}