mirror of
https://github.com/ustc-zzzz/mcbbs-markdown2bbcode-converter.git
synced 2024-11-21 01:10:50 +08:00
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"target": "es6",
|
|
"strict": true,
|
|
"jsx": "react"
|
|
}
|
|
}
|