Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DougAnderson444/e6713334d9dff72f56421e02ef842bcf to your computer and use it in GitHub Desktop.
Save DougAnderson444/e6713334d9dff72f56421e02ef842bcf to your computer and use it in GitHub Desktop.
// relevant issue:
https://github.com/sveltejs/kit/issues/2040
npm i typescript-transform-extensions ts-patch -D
// tsconfig.json
"plugins": [
{
"transform": "typescript-transform-extensions",
"extensions": {
".ts": ".js"
}
}
]
// package.json
"scripts": {
"prepare": "ts-patch install -s",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment