# ts-project **Repository Path**: zhang-taiming/ts-project ## Basic Information - **Project Name**: ts-project - **Description**: ts-projectts-projectts-projectts-projectts-projectts-project - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-18 - **Last Updated**: 2022-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > this project is a small demo for jsupport, package.json and tsconfig.json ### step: 1. run command in terminal ``` npm i ``` 2. run test file ``` ts-node index.ts ``` --- ### Remark: #### how to initializate a ts/js project 1. create new folder 2. run command to create package.json ``` npm init ``` 3. run command to create tsconfig.json ``` tsc --init ``` --- #### how to add jsupport ``` npm i jsupports ``` #### about package.json and tsconfig.json > As long as these two files exist in a folder.Will read the configuration according to the principle of proximity