TypeScript library starter template
In the project directory, you can run:
Runs the library test suite, and reports the results of each test.
Builds the library for production to the lib
folder.
It correctly bundles the library in production mode and optimizes the build for the best performance.
Lints the project files.
async function main() {
// ... add code here
}
async function main(): Promise<void> {
// ... add code here
}
MIT