1
0
mirror of https://github.com/hashicorp/packer.git synced 2026-02-06 06:45:07 +01:00
Files
packer/website/scripts/tsconfig.json
Kevin Wang 573011622b fix(algolia-index): Use TypeScript (#11496)
* fix(algolia-index): npm install -g npm@latest

* fix(algolia-index): `ts-node`

* fix(algolia-index): ts errors
2022-01-13 13:05:33 -05:00

7 lines
85 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"module": "CommonJS"
}
}