Browse Source

Remove old plugin

master
David Ludwig 4 years ago
parent
commit
237a3a859a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      tsconfig.server.json

+ 0
- 1
tsconfig.server.json View File

@ -6,7 +6,6 @@
"outDir": "build", /* Redirect output structure to the directory. */ "outDir": "build", /* Redirect output structure to the directory. */
"sourceRoot": "src/server", /* Specify the location where debugger should locate TypeScript files instead of source locations. */ "sourceRoot": "src/server", /* Specify the location where debugger should locate TypeScript files instead of source locations. */
"plugins": [ "plugins": [
{ "transform": "ts-transform.r-keys/transformer" },
{ "transform": "@zerollup/ts-transform-paths" } { "transform": "@zerollup/ts-transform-paths" }
] ]
}, },


Loading…
Cancel
Save