I have just downloaded the TypeScript documentation. I have a some JavaScript classes and I would like to create and use these class in a TypeScript test application
You just do it. TypeScript won't stop you. You will see warnings in the compiler output but tsc will generate your JS file just fine.
tsc