File: tsconfig.test.json

Recommend this page to a friend!
  Packages of ikhsan   jQuery Calx   tsconfig.test.json   Download  
File: tsconfig.test.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Calx
Calculate form input values based on formulas
Author: By
Last change:
Date: 3 months ago
Size: 591 bytes
 

Contents

Class file image Download
{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "lib": ["ES2020"], "outDir": "./dist", "rootDir": "./src", "strict": false, "strictNullChecks": false, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "declaration": true, "declarationMap": true, "sourceMap": true, "moduleResolution": "node", "types": ["jest", "node"] }, "include": [ "src/**/*", "test/**/*" ], "exclude": [ "node_modules", "dist", "legacy" ] }