Add ts-node to tsconfig

This commit is contained in:
Dolan
2023-02-24 01:44:53 +00:00
parent f3dc1f0712
commit c37d9ca5b3

View File

@ -20,5 +20,10 @@
"@shared": ["./shared/index.ts"]
}
},
"ts-node": {
"compilerOptions": {
"module": "commonjs"
}
},
"include": ["src"]
}