9 lines
142 B
JSON
Raw Normal View History

2019-01-16 21:32:41 +08:00
{
"compilerOptions": {
"target": "es3",
"strict": true,
"noImplicitReturns": true,
"noEmit": true
}
}