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

10 lines
179 B
JSON
Raw Normal View History

2019-01-16 21:32:41 +08:00
{
"compilerOptions": {
"target": "es3",
2023-09-27 00:52:59 +02:00
"ignoreDeprecations": "5.0",
2019-01-16 21:32:41 +08:00
"strict": true,
"noImplicitReturns": true,
"noEmit": true
}
}