File: tsconfig.json

Recommend this page to a friend!
  Packages of ikhsan   jQuery Calx   tsconfig.json   Download  
File: tsconfig.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: 469 bytes
 

Contents

Class file image Download
{ "compilerOptions": { "outDir": "./dist/", "noImplicitAny": true, "sourceMap": true, "module": "ES6", // use commonjs when using jison parser, ES6 for chevrotain "target": "ES6", // use ES5 for jison parser, ES6 for chevrotain "allowJs": true, "moduleResolution": "node", "lib": ["es2017", "DOM"], }, "exclude": ["**/oldsrc", "**/dist", "**/node_modules", "**/legacy"] }