Skip to content

romaindurand/tsconfig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsconfig

Shared TypeScript config for projects

Install

$ npm install --save-dev @radiofrance/tsconfig

Usage

tsconfig.json

{
  "extends": "@radiofrance/tsconfig",
  "compilerOptions": {
    "outDir": "dist",
    "target": "es2018",
    "lib": [
      "es2018"
    ]
  }
}

License

CECILL-B

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published