mirror of
https://github.com/smogon/sprites.git
synced 2026-08-26 11:45:16 -05:00
deploy: add tsconfig
This commit is contained in:
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user