mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-11 16:59:09 +00:00
845a0ab71d
For time being manage classes inside Vector. Document with FIXME and a test. Bug: T351447 Change-Id: Icc084a59a0141ec2b7c772cf92e8cc58c11f15b1
28 lines
504 B
JSON
28 lines
504 B
JSON
{
|
|
"exclude": [
|
|
"docs",
|
|
"jest.setup.js",
|
|
"vendor",
|
|
"coverage",
|
|
"tests/jest",
|
|
"tests/integration-qunit"
|
|
],
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"newLine": "lf",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true,
|
|
"pretty": true,
|
|
"target": "es5",
|
|
"lib": [ "dom" ],
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true
|
|
}
|
|
}
|