mirror of
https://github.com/smogon/sprites.git
synced 2026-08-28 12:47:02 -05:00
deploy: add tsconfig
This commit is contained in:
@@ -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