70 lines
1.7 KiB
JSON
Executable file
70 lines
1.7 KiB
JSON
Executable file
{
|
|
"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",
|
|
"ESNext"
|
|
],
|
|
"module": "ESNext",
|
|
"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,
|
|
"plugins": [
|
|
{
|
|
"name": "@effect/language-service"
|
|
}
|
|
],
|
|
"skipLibCheck": false,
|
|
"strict": true,
|
|
"strictBindCallApply": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"strictPropertyInitialization": true,
|
|
"suppressExcessPropertyErrors": false,
|
|
"suppressImplicitAnyIndexErrors": false,
|
|
"target": "ESNext",
|
|
"types": [
|
|
"node",
|
|
"vite/client"
|
|
],
|
|
"useDefineForClassFields": true,
|
|
"useUnknownInCatchVariables": true
|
|
},
|
|
"exclude": [
|
|
"vendor",
|
|
"web/app/plugins",
|
|
"web/wp"
|
|
],
|
|
"include": [
|
|
"*.js",
|
|
"lib",
|
|
"web/app/themes/haiku-atelier-2024/src",
|
|
"vite.config.ts",
|
|
"eslint.config.ts"
|
|
]
|
|
}
|