The approach involves a simple and straightforward creation of a new file named test.ts in your root directory. Inside this file, you'll add the console.log('Successfully created test.ts file'); statement. After this, all that's left is to save the changes.
The approach involves a simple and straightforward creation of a new file named
test.ts
in your root directory. Inside this file, you'll add theconsole.log('Successfully created test.ts file');
statement. After this, all that's left is to save the changes.