Midora/extension/tsconfig.json

7 lines
128 B
JSON
Raw Normal View History

2019-06-29 15:15:36 +02:00
{
"compilerOptions": {
"target": "es2017",
"noImplicitAny": true,
"noImplicitReturns": true,
2019-06-29 15:15:36 +02:00
}
}