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