Skip to content

acot-a11y/tsconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsconfig

Shared TypeScript config for acot projects.

Installation

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

Usage

Write the following code in your tsconfig.json.

{
  "extends": "@acot/tsconfig",
  "compilerOptions": {
    "outDir": "lib",
    "rootDir": "src"
  }
}

License

MIT License @ wadackel

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published