typst/tools/test-helper/tsconfig.json
2024-04-13 08:39:45 +00:00

12 lines
188 B
JSON

{
"compilerOptions": {
"module": "Node16",
"target": "ES2022",
"outDir": "dist",
"lib": ["ES2022"],
"sourceMap": true,
"rootDir": "src",
"strict": true
}
}