typst/tools/test-helper/tsconfig.json
2024-05-17 14:27:59 +02:00

12 lines
188 B
JSON

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