mkdir -p debian/tests/test_modules/mdgator/node_modules/@types
ln -sf /usr/share/nodejs/@types/markdown-it debian/tests/test_modules/mdgator/node_modules/@types/markdown-it
tsc --skipLibCheck -p debian/tests/test_modules/mdgator/tsconfig.json
node -r ts-node/register/type-check ./test/md-test.ts
