Skip to content

platadev/tsconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript config

Shared Typescript config for all @platadev projects

Installation

  yarn add @plata/tsconfig

then in tsconfig.json

{
  "extends": "@plata/tsconfig/tsconfig.json",
  "compilerOptions": {
    "outDir": "dist"
  }
}

Feedback

If you have any feedback, please reach out to me at @albzrs

License

MIT