linter only respects base tsconfig

This commit is contained in:
Simon Knott 2024-11-07 16:29:27 +01:00
parent c30be1878d
commit 6fe6e7dd36
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"compilerOptions": { "compilerOptions": {
"target": "ESNext", "target": "ESNext",
"useDefineForClassFields": true, "useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext", "WebWorker"], "lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": true, "allowJs": true,
"skipLibCheck": false, "skipLibCheck": false,
"esModuleInterop": false, "esModuleInterop": false,

View file

@ -2,7 +2,7 @@
"compilerOptions": { "compilerOptions": {
"target": "ES2019", "target": "ES2019",
"module": "commonjs", "module": "commonjs",
"lib": ["esnext", "dom", "DOM.Iterable"], "lib": ["esnext", "dom", "DOM.Iterable", "WebWorker"],
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
/* /*