PHP Classes

File: frontend/tsconfig.json

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   PHP App Generator   frontend/tsconfig.json   Download  
File: frontend/tsconfig.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP App Generator
Generate Web applications using Laravel
Author: By
Last change: Update of frontend/tsconfig.json
Date: 1 year ago
Size: 557 bytes
 

Contents

Class file image Download
{ "compilerOptions": { "target": "es5", "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": true, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "incremental": true }, "include": [ "next-env.d.ts", "**/*.ts", "**/*.tsx" ], "exclude": [ "node_modules" ] }