1.4.0 • Published 7 years ago
@nexst/tsconfig-server v1.4.0
How to use
Install it:
# with yarn
$ yarn add --dev @nexst/tsconfig-server
# or with npm
$ npm install --save-dev @nexst/tsconfig-serverThen 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
1.4.0
7 years ago
1.3.0
7 years ago
1.2.0
7 years ago
1.1.0
7 years ago
1.0.0
7 years ago
0.0.14
7 years ago
0.0.13
7 years ago
0.0.12
7 years ago
0.0.11
7 years ago
0.0.10
7 years ago
0.0.9
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.2-alpha.1
7 years ago
0.0.1
7 years ago