sprites/tools/deploy/tsconfig.json
Christopher Monsanto eda260977f deploy: add tsconfig
2020-08-07 04:34:09 -04:00

8 lines
123 B
JSON

{
"extends": "../../tsconfig-base",
"compilerOptions": {
"outDir": "dist",
"allowJs": true
}
}