mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
12 lines
188 B
JSON
12 lines
188 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"target": "ES2022",
|
|
"outDir": "dist",
|
|
"lib": ["ES2022"],
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
"strict": true
|
|
}
|
|
}
|