feat: added swc compiler for ts-node for speed boost

This commit is contained in:
Akhil Mohan
2023-11-22 13:01:27 +05:30
parent 3478d71e99
commit f3895b70ee
3 changed files with 334 additions and 6 deletions

View File

@@ -15,6 +15,9 @@
"skipLibCheck": true,
"typeRoots": ["./src/types", "./node_modules/@types"]
},
"ts-node": {
"swc": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}