0.0.23 • Published 11 months ago

@chaos-design/tsconfig v0.0.23

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@chaos-design/tsconfig

A base TSConfig for working.

使用

安装

pnpm install --save-dev @chaos-design/tsconfig

# or
npm install --save-dev @chaos-design/tsconfig

# or
yarn add --dev @chaos-design/tsconfig

tsconfig.json 配置

{
  "extends": "@chaos-design/tsconfig"
}

tsconfig.json:

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "display": "chaos",
  "_version": "0.0.20",

  "compilerOptions": {
    "target": "ES2020",
    "useDefineForClassFields": true,
    "module": "ESNext",
    "skipLibCheck": true,

    /* Bundler mode */
    "moduleResolution": "bundler",
    "allowImportingTsExtensions": true,
    "resolveJsonModule": true,
    "isolatedModules": true,
    "noEmit": true,

    /* Linting */
    "strict": true,
    "noUnusedLocals": true,
    "noUnusedParameters": true,
    "noFallthroughCasesInSwitch": true
  }
}

You can find the code here.

0.0.22

11 months ago

0.0.23

11 months ago

0.0.19-beta.11

1 year ago

0.0.19-beta.9

1 year ago

0.0.19-beta.4

1 year ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago