mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-09-24 16:40:55 -06:00
9 lines
142 B
JSON
9 lines
142 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es3",
|
||
|
"strict": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noEmit": true
|
||
|
}
|
||
|
}
|