mirror of
https://github.com/strapi/strapi.git
synced 2026-01-30 11:59:37 +00:00
* chore: update react&react-dom to 18.3 * chore: TS fix * chore: update testing packages * chore: fix lint
22 lines
580 B
JSON
22 lines
580 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"useDefineForClassFields": true,
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
"allowJs": false,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"noEmit": true,
|
|
"noImplicitAny": true,
|
|
"jsx": "react-jsx",
|
|
"types": ["@testing-library/jest-dom"]
|
|
}
|
|
}
|