1.0.1 • Published 1 year ago

@ishawnwang/config-ts v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Config-TS

Read .ts config file with ease :D

Getting Started

Many node cli or bundler use .json .js as their config file, but it woule be better with .ts

This lib is Designed as a util to simplify this process. It's simplely rely on typescript compiler API, just compile the .ts config file to the tmpDir then require it.

import getConf from 'config-ts'

const config = getConf(<your config file full path>) // return a js object
1.0.1

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago