@nexst/tsconfig-server

1.4.0 • Public • Published

😎 @nexst/tsconfig-server 😎

How to use

Install it:

# with yarn
$ yarn add --dev @nexst/tsconfig-server

# or with npm
$ npm install --save-dev @nexst/tsconfig-server

Then use it:

{
  "extends": "@nexst/tsconfig-server",
  "compilerOptions": {
    "outDir": "build"
  },
  "include": [
    "server"
  ]
}

In the @nexst/tsconfig-server

{
  "compilerOptions": {
    "target": "esnext",
    "module": "commonjs",
    "moduleResolution": "node",
    "declaration": true,
    "strict": true,
    "strictPropertyInitialization": false,
    "removeComments": true,
    "skipLibCheck": true,
    "sourceMap": true,
    "allowSyntheticDefaultImports": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true
  }
}

Related

Package Sidebar

Install

npm i @nexst/tsconfig-server

Weekly Downloads

0

Version

1.4.0

License

MIT

Unpacked Size

3.62 kB

Total Files

4

Last publish

Collaborators

  • saltyshiomix