Files
halo-dark-mode-plugin/third-party/darkreader/tests/unit/tsconfig.json
T

28 lines
669 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"target": "ESNext",
"module": "CommonJS",
"lib": [
"ESNext",
"Dom"
],
"types": [
"chrome",
"node",
"jest",
"jest-extended"
],
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": true,
"strictNullChecks": true,
"strictPropertyInitialization": false,
"inlineSourceMap": true,
"paths": {
"@plus/*": ["../../src/stubs/*"]
}
}
}