mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
20 lines
393 B
JSON
20 lines
393 B
JSON
|
{
|
||
|
"exclude": ["docs", "vendor"],
|
||
|
"compilerOptions": {
|
||
|
"resolveJsonModule": true,
|
||
|
"esModuleInterop": true,
|
||
|
"strict": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"newLine": "lf",
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"pretty": true,
|
||
|
"target": "es5",
|
||
|
"lib": ["dom"],
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"noEmit": true
|
||
|
}
|
||
|
}
|