1.4.0 • Published 6 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-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
1.4.0
6 years ago
1.3.0
6 years ago
1.2.0
6 years ago
1.1.0
6 years ago
1.0.0
6 years ago
0.0.14
6 years ago
0.0.13
6 years ago
0.0.12
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.2-alpha.1
6 years ago
0.0.1
6 years ago