convert json to d.ts declaration.
# from npm
npm install @saber2pr/json-type -g
# from github
git clone https://github.com/Saber2pr/json-type.git
jsonType ./test.json
jsonType ./test/test.json ./outDir
npx @saber2pr/json-type ./test.json
npm install
npm start
npm test
Author: saber2pr
you should write ts in /src
you should make test in /src/test
export your core in /src/index.ts!