ts-node setting

This commit is contained in:
2023-08-04 16:55:23 +00:00
parent bb28815f93
commit f2ad6ad897
5 changed files with 42 additions and 2 deletions
+11 -1
View File
@@ -1 +1,11 @@
console.log("Hello World!");
//import 'reflect-metadata';
//import { BasicQueryDTO } from './api';
export function test(){
console.log("Hello World!");
}
test();
export default {};