2020-03-09 18:31:36 +00:00
|
|
|
{
|
2022-01-26 22:10:35 +00:00
|
|
|
"exclude": [
|
|
|
|
"docs",
|
2023-03-28 18:45:35 +00:00
|
|
|
"jest.setup.js",
|
2022-01-26 22:10:35 +00:00
|
|
|
"vendor",
|
2023-03-28 18:45:35 +00:00
|
|
|
"coverage",
|
2023-11-20 22:55:41 +00:00
|
|
|
"tests/jest",
|
|
|
|
"tests/integration-qunit"
|
2022-01-26 22:10:35 +00:00
|
|
|
],
|
2020-03-09 18:31:36 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"strict": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"newLine": "lf",
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
2021-09-01 22:58:54 +00:00
|
|
|
"skipLibCheck": true,
|
2020-03-09 18:31:36 +00:00
|
|
|
"pretty": true,
|
|
|
|
"target": "es5",
|
2021-03-15 04:56:29 +00:00
|
|
|
"lib": [ "dom" ],
|
2020-03-09 18:31:36 +00:00
|
|
|
"allowJs": true,
|
|
|
|
"checkJs": true,
|
|
|
|
"noEmit": true
|
|
|
|
}
|
|
|
|
}
|