070959e133
landing-page-staging / Deploy landing page to staging (push) Has been skipped
landing-page-ci / Validate landing page (push) Failing after 4s
visual-baseline / Capture visual baselines (push) Has been cancelled
bake-plugin-previews / Bake plugin previews (push) Has been cancelled
37 lines
893 B
JSON
37 lines
893 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"jsx": "react-jsx",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["lib/*.ts"]
|
|
},
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"types": ["node", "vitest"]
|
|
},
|
|
"include": [
|
|
"playwright.config.ts",
|
|
"playwright.visual.config.ts",
|
|
"vitest.config.ts",
|
|
"lib/**/*.ts",
|
|
"resources/**/*.ts",
|
|
"scripts/**/*.ts",
|
|
"specs/**/*.ts",
|
|
"tests/**/*.ts",
|
|
"ui/**/*.ts"
|
|
],
|
|
"exclude": ["node_modules", "reports", ".od-data"]
|
|
}
|