2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-24 16:40:55 -06:00
easy-markdown-editor/types/tsconfig.json
2023-09-27 00:52:59 +02:00

10 lines
179 B
JSON

{
"compilerOptions": {
"target": "es3",
"ignoreDeprecations": "5.0",
"strict": true,
"noImplicitReturns": true,
"noEmit": true
}
}