JSPM

  • Created
  • Published
  • Downloads 76
  • Score
    100M100P100Q53306F
  • License MIT

Ready-to-use TypeScript Configuration with Security-first settings by default

Package Exports

  • @bootcamp-project/typescript-config
  • @bootcamp-project/typescript-config/src/tsconfig.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bootcamp-project/typescript-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Ready-to-use TypeScript Configuration

with Security-first settings by default

🦄 About 🦄

Description

Project Links

Minimum Viable Product: What is what we want?

  • What are the goals?
    • Goal #1
    • Goal #2
    • Goal #3
  • Sense (Why do these goals exist?)
    • Explanation #1
    • Explanation #2
    • Explanation #3
  • Purpose (What should be done with it?)
    • Use Case #1
    • Use Case #2
    • Use Case #3

🚀 Getting Started 🚀

💪 Installation 💪

npm install --safe-dev typescript @bootcamp-project/typescript-config
# or
yarn add --dev typescript @bootcamp-project/typescript-config

🤩 Usage 🤩

// tsconfig.json
{
    "extends": "@bootcamp-project/typescript-config/src/tsconfig.json",
    "include": ["src/**/*"],
    "exclude": ["node_modules/*"],
    "compilerOptions": {
        "module": "commonjs", /* Specify what module code is generated. */
    "outDir": "./dist", /* Specify an output folder for all emitted files. */
    "declarationDir": "./dist/@types",  /* Specify the output directory for generated declaration files. */
        "declaration": true,    /* Generates corresponding '.d.ts' file. */
        "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
    }
}

⭐️ Features ⭐️

😎 Built With 😎

TypeScript Svelte eslint jest Rollup Webpack tbcp

📑 Changelog 📑

See CHANGELOG for more information.

📋 Roadmap 📋

See the open issues for a list of proposed features (and known issues).

🤝 Contribute 🤝

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

Please read the contribution guidelines first.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

🏆 Acknowledgements 🏆

Thanks for these awesome resources that were used during the development of the Bootcamp: Library Project Structure:

📜 License 📜

See LICENSE for more information.

💌 Contact 💌

Bootcamp contributors - contributors @ bootcamp-project .com