mirror of
https://github.com/smogon/sprites.git
synced 2026-03-21 17:35:13 -05:00
deploy: add tsconfig
This commit is contained in:
parent
40f3925638
commit
eda260977f
|
|
@ -13,9 +13,12 @@ importers:
|
|||
dependencies:
|
||||
commander: 5.1.0
|
||||
debug: 4.1.1
|
||||
devDependencies:
|
||||
typescript: 3.9.7
|
||||
specifiers:
|
||||
commander: ^5.1.0
|
||||
debug: ^4.1.1
|
||||
typescript: ^3.9.7
|
||||
tools/sprites:
|
||||
dependencies:
|
||||
commander: 5.0.0
|
||||
|
|
|
|||
|
|
@ -3,5 +3,8 @@
|
|||
"commander": "^5.1.0",
|
||||
"debug": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^3.9.7"
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
|
|
|
|||
7
tools/deploy/tsconfig.json
Normal file
7
tools/deploy/tsconfig.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"extends": "../../tsconfig-base",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"allowJs": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user