refactor(build): gulpを経由しないでTypeScriptのビルドを行うように
path aliasをサーバーサイドでも使ったりしたいため
This commit is contained in:
parent
94fd5485b6
commit
8432c2c9ea
9 changed files with 106 additions and 50 deletions
|
|
@ -21,6 +21,9 @@
|
|||
"emitDecoratorMetadata": true,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"rootDir": "./",
|
||||
"baseUrl": "./",
|
||||
"outDir": "../built",
|
||||
"typeRoots": [
|
||||
"../node_modules/@types",
|
||||
"./@types"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue