You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
"description": "A TypeScript transformer for use with ttypescript that will append the JS extension to all relative imports that have no extension.",
"version": "1.0.1",
"repository": {},
"license": "Unlicense",
"main": "output/index.js",
"devDependencies": {
"@types/node": "12.7.1",
"ts-node": "8.3.0",
"ttypescript": "1.5.7",
"typescript": "3.5.3"
},
"files": [
"/output/",
"/source/",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"test": "ttsc -p tests/tsconfig.json && echo Go look at tests/output/index.js to validate transformer did its job, because I'm too lazy to write a real test."