{ "compilerOptions": { "allowArbitraryExtensions": true, "allowImportingTsExtensions": true, "allowJs": true, "allowSyntheticDefaultImports": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "alwaysStrict": true, "checkJs": true, "downlevelIteration": false, "esModuleInterop": true, "exactOptionalPropertyTypes": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "lib": ["DOM", "DOM.Iterable", "ES2020", "ES2022"], "module": "ES2020", "moduleDetection": "force", "moduleResolution": "Bundler", "noEmit": true, "noErrorTruncation": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitOverride": true, "noImplicitReturns": true, "noImplicitThis": true, "noPropertyAccessFromIndexSignature": true, "noStrictGenericChecks": false, "noUncheckedIndexedAccess": true, "noUncheckedSideEffectImports": true, "noUnusedLocals": true, "noUnusedParameters": true, "skipLibCheck": false, "strict": true, "strictBindCallApply": true, "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true, "suppressExcessPropertyErrors": false, "suppressImplicitAnyIndexErrors": false, "target": "ES2020", "types": ["vite/client"], "useDefineForClassFields": true, "useUnknownInCatchVariables": true }, "exclude": ["vendor", "web/app/plugins", "web/wp"], "include": ["*.js", "lib", "web/app/themes/haiku-atelier-2024/src"] }