mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 16:35:56 +02:00
refactor(build): gulpを経由しないでTypeScriptのビルドを行うように
path aliasをサーバーサイドでも使ったりしたいため
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
"emitDecoratorMetadata": true,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"rootDir": "./",
|
||||
"baseUrl": "./",
|
||||
"outDir": "../built",
|
||||
"typeRoots": [
|
||||
"../node_modules/@types",
|
||||
"./@types"
|
||||
|
||||
Reference in New Issue
Block a user