UNPKG

@strapi/typescript-utils

Version:

Typescript support for Strapi

22 lines (18 loc) 466 B
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "module": "CommonJS", "moduleResolution": "Node", "lib": ["ES2020"], "target": "ES2019", "strict": false, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "tsBuildInfoFile": "./.tsbuildinfo", "incremental": true, "esModuleInterop": true, "resolveJsonModule": true, "noEmitOnError": true, "noImplicitThis": true } }