0.6.2 • Published 6 years ago
@plyk/tsconfig v0.6.2
@plyk/tsconfig
Installation
npm install --save-dev @plyk/tsconfig
Usage
You can create your tsconfig.json
using one of the following templates:
For regular projects
{
"extends": "./node_modules/@plyk/tsconfig/default",
"compilerOptions": {
"baseUrl": "./src",
"outDir": "./dist",
}
}
For React
{
"extends": "./node_modules/@plyk/tsconfig/react",
"compilerOptions": {
"baseUrl": "./src",
"outDir": "./dist",
}
}