File: tsconfig.json

Recommend this page to a friend!
  Classes of Ovidiu Bokar   Social Media Sharing   tsconfig.json   Download  
File: tsconfig.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Social Media Sharing
Create social media sharing links
Author: By
Last change: Update of tsconfig.json
Date: 2 years ago
Size: 466 bytes
 

Contents

Class file image Download
{ "compilerOptions": { "target": "es5", "module": "commonjs", "moduleResolution": "node", "sourceMap": true , "emitDecoratorMetadata": true, "experimentalDecorators": true, "removeComments": true, "noImplicitAny": false, "outDir": "./lib" }, "paths": { "*": [ "./@types/*" ] }, "include": [ "ts/**/*.ts" ], "exclude": [ "node_modules", "**/*.spec.ts", "ts/SocialMediaInterface.ts" ] }