ts-config
/
1.0.7
ts-config 1.0.7
Install from the command line:
Learn more about npm packages
$ npm install @corellium/ts-config@1.0.7
Install via package.json:
"@corellium/ts-config": "1.0.7"
About this version
Run the command below to install our TypeScript Config:
yarn add -D @corellium/ts-config
Also make sure to install the following peer dependencies:
yarn add -D typescript typescript-plugin-css-modules
{
"extends": "@corellium/ts-config/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"src/*": ["./src/*"]
}
}
}