mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-12-18 07:24:53 -07:00
9 lines
142 B
JSON
9 lines
142 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es3",
|
||
|
|
"strict": true,
|
||
|
|
"noImplicitReturns": true,
|
||
|
|
"noEmit": true
|
||
|
|
}
|
||
|
|
}
|