Combeenation TypeScript base config.
-
Install:
$ npm i --dev @combeenation/ts-config
-
Create new
tsconfig.json
file or add toextends
section of existing config. Example config using the package:{ "extends": "@combeenation/ts-config", "compilerOptions": { // "outDir" & "srcDir" does not come from the config... "outDir": "dist" // Overwrite further settings as needed... } }