Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apwt-tutorial

Configure TS

To run typscript globally on local machine

npm install -g typesrcipt

To initialize a TypeScript project, navigate to your project folder and run

tsc --init

Run the following command (use as an administrator) to allow PowerShell scripts to solve the error

Set-ExecutionPolicy Unrestricted

To build your project using the specified config file (tsconfig.json) in build mode.

tsc -b tsconfig.json

Uncomment the following lines and modify in tsconfig.json

"rootDirs": ["./src"],
"sourceMap": true,
"outDir": "./dist",

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages