Basic tsconfig.json for your applications
-
Run the following command:
npm i @tok/tsconfig --save-dev --workspace=<your_workspace_name>
-
Create a
tsconfig.json
file within your app. -
Add the following default configuration to the
tsconfig.json
file:{ "extends": "@tok/tsconfig/tsconfig.base.json", "include": ["."], "exclude": ["dist", "build", "node_modules"] }