1.4.0 • Published 5 years ago

@nexst/tsconfig v1.4.0

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

How to use

Install it:

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

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

Then use it:

{
  "extends": "@nexst/tsconfig",
  "compilerOptions": {
    "outDir": "build"
  }
}

In the @nexst/tsconfig

{
  "compilerOptions": {
    "target": "esnext",
    "module": "esnext",
    "jsx": "preserve",
    "lib": ["dom", "es2017"],
    "moduleResolution": "node",
    "declaration": true,
    "strict": true,
    "strictPropertyInitialization": false,
    "removeComments": true,
    "skipLibCheck": true,
    "sourceMap": true,
    "allowSyntheticDefaultImports": true
  }
}

Related

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago