mirror of
https://github.com/strapi/strapi.git
synced 2026-05-03 16:22:30 +00:00
92055a7fb1
chore: fetch template only if name matches name convention chore: linting chore: fix tests chore: fix npm scripts test: try to fix test
23 lines
605 B
JSON
23 lines
605 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,
|
|
"declaration": true,
|
|
"jsx": "react-jsx",
|
|
"types": ["@testing-library/jest-dom"]
|
|
}
|
|
}
|