UNPKG

@strapi/typescript-utils

Version:

Typescript support for Strapi

20 lines (19 loc) 510 B
{ "$schema": "https://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, "jsx": "react-jsx" } }