mirror of
https://github.com/typst/typst
synced 2025-07-02 02:02:53 +08:00
13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"lib": ["ES2022", "DOM"],
|
|
"target": "ES2022",
|
|
"moduleResolution": "nodenext",
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
"strict": true
|
|
}
|
|
}
|