0.1.4 • Published 5 years ago

@sleepless-studio/tsconfig v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

tsconfig License

For the best experience, preview this file on GitHub.

A shareable configuration for TypeScript used across all projects within the Sleepless Studio organization; it is compliant with the required options for use with roblox-ts.

Install

Install @sleepless-studio/tsconfig through npm:

$ npm install @sleepless-studio/tsconfig

Usage

To extend the configuration shared by @sleepless-studio/tsconfig, set the "extends" property of the project's tsconfig.json file to "@sleepless-studio/tsconfig":

  {
+   "extends": "@sleepless-studio/tsconfig",
    "compilerOptions": {
      "rootDir": "src",
      "outDir": "dist",

      // Required to specify "typeRoots" from the project's tsconfig:
      "typeRoots": ["node_modules/@rbxts"]
    }
  }

License

This package is available as open source under the terms of the MIT License.

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago